We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03808e7 commit ef0701bCopy full SHA for ef0701b
1 file changed
.github/workflows/go-tests.yaml
@@ -63,8 +63,7 @@ jobs:
63
restore-keys: go-
64
65
- name: Unit tests
66
- run: |
67
- go test -race ./pkg/...
+ run: make test
68
69
integration:
70
if: ${{ github.repository == 'chainguard-dev/malcontent' }}
@@ -128,4 +127,4 @@ jobs:
128
127
run: make samples
129
130
- name: Integration tests
131
- run: go test -race -timeout 0 ./tests/...
+ run: make integration
0 commit comments