mirror of
https://github.com/danbulant/Portfolio
synced 2026-06-18 14:01:04 +00:00
Fix missing dash
This commit is contained in:
parent
ad0dcf5eb2
commit
3a70cf3483
1 changed files with 1 additions and 1 deletions
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
|
|
@ -19,4 +19,4 @@ jobs:
|
|||
- name: Build
|
||||
run: cargo build --verbose
|
||||
- name: Run tests
|
||||
run: cargo test -all --verbose
|
||||
run: cargo test --all --verbose
|
||||
|
|
|
|||
Loading…
Reference in a new issue