Skip to content

Commit

Permalink
Cargo nextest
Browse files Browse the repository at this point in the history
  • Loading branch information
cwfitzgerald committed Nov 27, 2023
1 parent 09f13b1 commit cd35d1b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ jobs:
run: |
rustup toolchain install 1.72 -c clippy -t ${{ matrix.target }}
- name: Install cargo-nextest and cargo-llvm-cov
uses: taiki-e/install-action@v2
with:
tool: cargo-nextest

- name: caching
uses: Swatinem/rust-cache@v2
if: matrix.os[1] != 'gpu'
Expand All @@ -56,7 +61,7 @@ jobs:

- name: test
run: |
cargo +1.72 test --target ${{ matrix.target }} --profile ci
cargo +1.72 nextest run --target ${{ matrix.target }} --profile ci
if: matrix.target != 'wasm32-unknown-unknown'

- name: clippy (rend3-gltf featureless)
Expand Down

0 comments on commit cd35d1b

Please sign in to comment.