There was an error while loading. Please reload this page.
1 parent a2aab85 commit 5bf2df8Copy full SHA for 5bf2df8
1 file changed
.github/workflows/ci.yaml
@@ -64,9 +64,6 @@ jobs:
64
- run: go test ./cmd
65
- run: go test ./...
66
working-directory: harness/go
67
- # The root binary only compiles packages it imports, which excludes the
68
- # snippets tree. Build the features module directly so those packages are
69
- # compile-checked too.
70
- run: go build ./...
71
working-directory: features
72
0 commit comments