Skip to content

Commit

Permalink
CI: lint fuzz as part of the main lint job.
Browse files Browse the repository at this point in the history
The previous state was a leftover from when linting was part of the
build job.
  • Loading branch information
kpreid committed Nov 8, 2024
1 parent 1a4cfd8 commit 8781203
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ jobs:
run: cargo build --package xtask

- name: Lint
run: cargo xtask --scope=only-normal lint --timings
run: cargo xtask --scope=all lint --timings

- run: df -h .

Expand Down Expand Up @@ -538,10 +538,6 @@ jobs:
path: |
fuzz/corpus
- name: Lint
# We run lint because otherwise the fuzz code won't get linted.
run: cargo xtask --scope=only-fuzz lint

- name: Fuzz
# Note: The specified timeout value is per-fuzz-target; as of this writing
# there are 6 fuzz targets and so the total time will be 720 seconds = 12 minutes.
Expand Down

0 comments on commit 8781203

Please sign in to comment.