Skip to content

Commit

Permalink
Subject: use nextest action
Browse files Browse the repository at this point in the history
  • Loading branch information
k5924 committed Apr 13, 2024
1 parent 0561115 commit fc2995e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install cargo-audit
run: cargo install cargo-audit
- name: Install nextest
run: cargo install nextest --locked
uses: taiki-e/install-action@nextest
- name: Build
run: cargo build --verbose
- name: Compile
Expand Down

0 comments on commit fc2995e

Please sign in to comment.