fix: go test command
This commit is contained in:
parent
14500fdb40
commit
2c46b2cdba
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -32,7 +32,7 @@ jobs:
|
|||
|
||||
- name: Test core
|
||||
working-directory: core
|
||||
run: go test -v -count=1 -run '^(?:(?!Stress).)*$' ./...
|
||||
run: go test -v -count=1 -skip 'Stress' ./...
|
||||
|
||||
- name: Test extras
|
||||
working-directory: extras
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue