ci: remove separate step for generate fixtures
This commit is contained in:
parent
3eabba637c
commit
595299a3c2
1 changed files with 0 additions and 6 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
|
@ -285,12 +285,6 @@ 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 --target=${{ matrix.target }} -- test-wasm
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue