Run cargo test directly on CI

This commit is contained in:
Max Brunsfeld 2022-03-02 16:36:30 -08:00
parent a6a102bec9
commit 4bf5149a18

View file

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