mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-24 06:22:23 -05:00
Require solutions
This commit is contained in:
parent
2f60f4d9ea
commit
30d5b7db92
1 changed files with 1 additions and 1 deletions
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
|
@ -40,4 +40,4 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
- uses: swatinem/rust-cache@v2
|
||||
- name: Run rustlings dev check
|
||||
run: cargo run -- dev check
|
||||
run: cargo run -- dev check --require-solutions
|
||||
|
|
Loading…
Reference in a new issue