diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ac588053..d494e236 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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