Skip to content

Commit

Permalink
Update pr-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jmlepisto authored Nov 11, 2024
1 parent b6cd287 commit 722ec4f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pr-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 722ec4f

Please sign in to comment.