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 f8ae56a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/go-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,11 @@ jobs:
fi
- name: Install gotestsum
run:
run: |
if [ ${{ matrix.go-version }} == 1.15.3 ]; then
go get gotest.tools/gotestsum@v1.8.2; else
go get gotest.tools/gotestsum@v1.8.2; elseif
go install gotest.tools/gotestsum@v1.8.2
fi
- name: Run go tests
run: |
Expand Down

0 comments on commit f8ae56a

Please sign in to comment.