Skip to content

Commit

Permalink
fix test vector runner
Browse files Browse the repository at this point in the history
  • Loading branch information
nitro-neal committed Sep 19, 2024
1 parent dabfa20 commit bfd4c3c
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -351,10 +351,12 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: true
- name: Install Rust 1.74.0
run: rustup toolchain install 1.74.0
- name: Set Rust 1.74.0 as default
run: rustup default 1.74.0
- name: Init Hermit
uses: cashapp/activate-hermit@v1
with:
cache: true
- name: Setup
run: just setup
- name: Install Nextest
run: cargo install cargo-nextest
- name: Create nextest.toml
Expand Down

0 comments on commit bfd4c3c

Please sign in to comment.