Skip to content

Commit

Permalink
ci: Use --clean-per-version in MSRV builds
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Jul 26, 2023
1 parent 85d04cc commit 3d1759f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
with:
event_name: ${{ github.event_name }}
# Exclude serde and critical-section features because the MSRV when it is enabled depends on the MSRV of them
args: -vvv --feature-powerset --depth 2 --optional-deps --exclude-features serde,critical-section,unsafe-assume-single-core,s-mode,disable-fiq
args: -vvv --clean-per-version --feature-powerset --depth 2 --optional-deps --exclude-features serde,critical-section,unsafe-assume-single-core,s-mode,disable-fiq
tidy:
uses: taiki-e/workflows/.github/workflows/tidy.yml@main
with:
Expand Down

0 comments on commit 3d1759f

Please sign in to comment.