From bfd4c3c83e611752ac42ed4d6b315f5827fddd6c Mon Sep 17 00:00:00 2001 From: Neal Date: Thu, 19 Sep 2024 12:01:16 -0700 Subject: [PATCH] fix test vector runner --- .github/workflows/ci.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 367d1817..411fd618 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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