Skip to content

Commit

Permalink
update test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lennartack committed Aug 2, 2024
1 parent b607db3 commit 42fa92a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,6 @@ jobs:
run: go build -v .

- name: Test
run: go test -race .
run: |
go mod tidy
go test -race .

0 comments on commit 42fa92a

Please sign in to comment.