Skip to content

Commit

Permalink
whoops forgot to wrap statement
Browse files Browse the repository at this point in the history
  • Loading branch information
claire-labry committed Sep 20, 2022
1 parent e033ba8 commit d801bc7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/go-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,10 @@ jobs:
- name: Install gotestsum
run:
if [ ${{ matrix.go-version }} == 1.15.3 ]; then
go get gotest.tools/[email protected]; else
go get gotest.tools/[email protected]; elseif
go install gotest.tools/[email protected]
exit 1
fi

- name: Run go tests
run: |
Expand Down

0 comments on commit d801bc7

Please sign in to comment.