Skip to content

Commit

Permalink
Update CI workflow to setup Rust and cargo-nextest using moonrepo/set…
Browse files Browse the repository at this point in the history
…up-rust action.
  • Loading branch information
JoshuaBatty committed Sep 11, 2024
1 parent 9367c90 commit a7d9fa0
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -544,13 +544,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install toolchain
uses: dtolnay/rust-toolchain@master
- name: Setup Rust and cargo-nextest
uses: moonrepo/setup-rust@v0
with:
toolchain: ${{ env.RUST_VERSION }}
- uses: Swatinem/rust-cache@v2
- name: Setup cargo-nextest
uses: taiki-e/install-action@nextest
channel: stable
cache-target: release
bins: cargo-nextest
- name: Run sway-lsp tests sequentially
env:
RUST_BACKTRACE: full
Expand Down

0 comments on commit a7d9fa0

Please sign in to comment.