Skip to content

Commit f57bb46

Browse files
authored
test workflow without clean (#17)
1 parent 0a506c7 commit f57bb46

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,7 @@ jobs:
1414
runs-on: bwrc
1515
steps:
1616
- uses: actions/checkout@v5
17+
with:
18+
clean: false
1719
- run: cargo fmt --check
1820
- run: cargo clippy --locked -- -D warnings

0 commit comments

Comments
 (0)