From 722ec4f0b6cdf23c08ba1d268b11fc13a7897797 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joni=20Lepist=C3=B6?= Date: Mon, 11 Nov 2024 22:35:47 +0200 Subject: [PATCH] Update pr-tests.yml --- .github/workflows/pr-tests.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pr-tests.yml b/.github/workflows/pr-tests.yml index ecab7d7..a557c90 100644 --- a/.github/workflows/pr-tests.yml +++ b/.github/workflows/pr-tests.yml @@ -15,7 +15,9 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - name: Install + - name: Install nightly + run: rustup toolchain install nightly + - name: Install cargo-fuzz run: cargo install cargo-fuzz - name: Run tests run: ./test.sh