We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5eb2da4 commit a1f5029Copy full SHA for a1f5029
1 file changed
.github/workflows/test.yml
@@ -31,9 +31,7 @@ jobs:
31
# Build Go binary
32
- run: go build -v cmd/main.go
33
34
- # Compile test packages without running them to warm the build cache.
35
- # The test job restores this cache and only needs to execute the binaries.
36
- - run: go test -run=^$ ./...
+ - run: go test ./...
37
38
lint:
39
name: Lint
0 commit comments