use run workspace

This commit is contained in:
Arpad Borsos 2022-07-09 15:28:28 +02:00
parent 11be10514b
commit f6e3aa3e12
No known key found for this signature in database
GPG Key ID: FC7BCA77824B3298

View File

@ -24,9 +24,9 @@ jobs:
workspace-paths: tests workspace-paths: tests
- run: | - run: |
cd tests
cargo check cargo check
cargo test cargo test
working-directory: tests
install: install:
strategy: strategy:
@ -70,8 +70,8 @@ jobs:
tests tests
tests/wasm-workspace tests/wasm-workspace
- run: | - run: cargo check
cd tests working-directory: tests
cargo check
cd wasm-workspace - run: cargo check
cargo check working-directory: tests/wasm-workspace