Skip to content

Commit 9e31c55

Browse files
committed
fix test.yml
1 parent 53cf8c7 commit 9e31c55

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ jobs:
3535

3636
- name: Unit Tests
3737
run: |
38-
make test
38+
make test-unit
3939
env:
40-
TEST_TARGET: "./x/..."
40+
TEST_TARGET: "./..."
4141
TEST_ARGS: "-timeout 10m -coverprofile=./coverage.out -covermode=atomic -v"
4242

4343
- name: Filter out DONTCOVER

0 commit comments

Comments
 (0)