Skip to content

Commit

Permalink
chore: updating pr.yml to use actions-rust-lang for toolchain setup (#…
Browse files Browse the repository at this point in the history
…504)

* chore: updating pr.yml to use actions-rust-lang for toolchain setup

* chore: skipping matchers for fuzz jobs

* chore: empty flag for rustflags
  • Loading branch information
joshfried-aws committed May 6, 2024
1 parent 3f4491c commit d583ada
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: stable
override: true
components: clippy
- uses: actions-rs/clippy-check@v1
with:
Expand All @@ -111,9 +109,11 @@ jobs:
name: Run Fuzz Checks
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: nightly
matcher: false
rustflags: ""
- uses: actions-rs/cargo@v1
name: Install cargo-fuzz
with:
Expand Down

0 comments on commit d583ada

Please sign in to comment.