Skip to content

Commit

Permalink
fix: use nextest recommended action
Browse files Browse the repository at this point in the history
  • Loading branch information
rymnc committed Jan 9, 2025
1 parent 261045f commit 7ad61f7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,12 +178,8 @@ jobs:
~/.cargo/git/db/
target/
key: ${{ matrix.command }}-${{ matrix.args }}-${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- uses: actions-rs/cargo@v1
- uses: taiki-e/install-action@nextest
if: ${{ matrix.command == 'nextest' }}
with:
command: install
args: cargo-nextest --locked
continue-on-error: true
- name: ${{ matrix.command }} ${{ matrix.args }}
run: ${{ matrix.env }} cargo ${{ matrix.command }} ${{ matrix.args }}
- uses: FuelLabs/.github/.github/actions/slack-notify-template@master
Expand Down

0 comments on commit 7ad61f7

Please sign in to comment.