Skip to content

Commit

Permalink
fix tests path
Browse files Browse the repository at this point in the history
  • Loading branch information
mevain committed Sep 26, 2024
1 parent 779839f commit d56b33c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
- name: Build
run: go build -v ./cmd/main.go
- name: Test
run: go test -race ./...
run: go test -v -race ./...

0 comments on commit d56b33c

Please sign in to comment.