Skip to content

Commit a073c88

Browse files
authored
fix: remove duplicated tests in GH workflow (#1748)
Signed-off-by: Jose I. Paris <[email protected]>
1 parent ca22924 commit a073c88

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,6 @@ jobs:
7676

7777
- name: Test top level modules
7878
if: ${{ matrix.app == 'main-module' }}
79-
run: make test
79+
run: |
80+
go test ./pkg/...
81+
go test ./internal/...

0 commit comments

Comments
 (0)