parent
ba59d87ac4
commit
b1a415f232
1
.github/workflows/ci-pr.yml
vendored
1
.github/workflows/ci-pr.yml
vendored
|
@ -34,6 +34,7 @@ jobs:
|
|||
raco test -c tests/xml
|
||||
raco test -l tests/db/all-tests
|
||||
raco test -c tests/stxparse
|
||||
raco test -c tests/syntax
|
||||
|
||||
buildtest-win:
|
||||
runs-on: windows-latest
|
||||
|
|
2
.github/workflows/ci-push.yml
vendored
2
.github/workflows/ci-push.yml
vendored
|
@ -314,6 +314,8 @@ jobs:
|
|||
run: raco pkg install --auto db-test
|
||||
- name: Run db tests
|
||||
run: raco test -l tests/db/all-tests
|
||||
- name: Run syntax tests
|
||||
run: raco test -c tests/syntax
|
||||
|
||||
test-3m:
|
||||
strategy:
|
||||
|
|
Loading…
Reference in New Issue
Block a user