Skip to content

Commit ef0701b

Browse files
committed
revert to Make targets for tests
Signed-off-by: egibs <20933572+egibs@users.noreply.github.com>
1 parent 03808e7 commit ef0701b

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/go-tests.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,7 @@ jobs:
6363
restore-keys: go-
6464

6565
- name: Unit tests
66-
run: |
67-
go test -race ./pkg/...
66+
run: make test
6867

6968
integration:
7069
if: ${{ github.repository == 'chainguard-dev/malcontent' }}
@@ -128,4 +127,4 @@ jobs:
128127
run: make samples
129128

130129
- name: Integration tests
131-
run: go test -race -timeout 0 ./tests/...
130+
run: make integration

0 commit comments

Comments
 (0)