Run cargo test directly on CI
This commit is contained in:
parent
a6a102bec9
commit
4bf5149a18
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -81,7 +81,7 @@ jobs:
|
|||
script/generate-fixtures-wasm
|
||||
|
||||
- name: Run main tests
|
||||
run: script/test
|
||||
run: cargo test
|
||||
|
||||
- name: Run wasm tests
|
||||
run: script/test-wasm
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue