Skip to content

Commit

Permalink
Merge pull request #1004 from messense/nextest
Browse files Browse the repository at this point in the history
Run tests on CI with cargo-nextest
  • Loading branch information
messense authored Jul 13, 2022
2 parents 94d0715 + 1201659 commit fbed43f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:
profile: minimal
toolchain: stable
override: true
- name: Install cargo-nextest
uses: taiki-e/install-action@nextest
- name: Install aarch64-apple-darwin Rust target
if: matrix.os == 'macos-latest'
run: rustup target add aarch64-apple-darwin
Expand Down Expand Up @@ -77,10 +79,7 @@ jobs:
key: test-crates-${{ runner.os }}-${{ steps.rustup.outputs.rustc_hash }}-${{ hashFiles('test-crates/*/Cargo.lock') }}

- name: cargo test
uses: actions-rs/cargo@v1
with:
command: test
args: --features password-storage
run: cargo nextest run --features password-storage
- uses: actions/setup-python@v4
with:
python-version: "pypy-3.7"
Expand Down

0 comments on commit fbed43f

Please sign in to comment.