fix(ci): run generate crate unit tests
This commit is contained in:
parent
8938309f4b
commit
1a2167b155
1 changed files with 6 additions and 0 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
|
@ -234,6 +234,12 @@ jobs:
|
|||
if: ${{ !matrix.no-run && inputs.run-test }}
|
||||
run: $BUILD_CMD test --target=${{ matrix.target }} --features=${{ matrix.features }}
|
||||
|
||||
- name: Run generate unit tests
|
||||
if: ${{ !matrix.no-run && inputs.run-test }}
|
||||
run: |
|
||||
cd crates/generate
|
||||
$BUILD_CMD test --target=${{ matrix.target }}
|
||||
|
||||
- name: Run wasm tests
|
||||
if: ${{ !matrix.no-run && !matrix.use-cross && inputs.run-test }}
|
||||
run: $BUILD_CMD run -p xtask -- test-wasm
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue