Skip to content

Commit

Permalink
fix: fix go test workflow (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
duwenxin99 authored Nov 19, 2024
1 parent fa03376 commit 8c2c373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@ jobs:
run: go build -v ./...

- name: Run tests
run: go test -race -exclude=../tests -v ./...
run: go test -race -v ./...

0 comments on commit 8c2c373

Please sign in to comment.