fix: go test command

This commit is contained in:
Toby 2026-03-29 14:54:12 -07:00
parent 14500fdb40
commit 2c46b2cdba

View file

@ -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