We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3c0820 commit 0e20e39Copy full SHA for 0e20e39
.github/workflows/release.yaml
@@ -21,7 +21,7 @@ jobs:
21
go-version: '1.23.4'
22
23
- name: Run Tests
24
- run: go test -v ./...
+ run: go test -v ./src/...
25
26
goreleaser:
27
needs: test
0 commit comments