Skip to content

Commit

Permalink
ci: run for draft prs
Browse files Browse the repository at this point in the history
  • Loading branch information
bluurryy committed May 17, 2024
1 parent 74eccdf commit a0e6242
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ env:

jobs:
format:
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -27,7 +26,6 @@ jobs:
- name: format fuzz
run: cd fuzz && cargo fmt --all -- --check
clippy:
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
strategy:
matrix:
Expand All @@ -50,7 +48,6 @@ jobs:
- run: cargo clippy --all ${{matrix.tests}}
- run: cargo clippy --all ${{matrix.tests}} ${{matrix.features}}
clippy-benches:
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -59,7 +56,6 @@ jobs:
components: clippy
- run: cargo clippy --benches --all-features
test:
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
env:
MIRIFLAGS: "-Zmiri-strict-provenance"
Expand Down

0 comments on commit a0e6242

Please sign in to comment.