Skip to content

Commit

Permalink
Update CI workflow to use taiki-e/install-action@nextest for setting …
Browse files Browse the repository at this point in the history
…up cargo-nextest.
  • Loading branch information
JoshuaBatty committed Sep 10, 2024
1 parent bf56d4b commit 3f92272
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -549,8 +549,8 @@ jobs:
with:
toolchain: ${{ env.RUST_VERSION }}
- uses: Swatinem/rust-cache@v2
- name: Install cargo-nextest
run: cargo install cargo-nextest
- name: Setup cargo-nextest
uses: taiki-e/install-action@nextest
- name: Run sway-lsp tests sequentially
env:
RUST_BACKTRACE: full
Expand Down

0 comments on commit 3f92272

Please sign in to comment.