Fix missing dash

This commit is contained in:
Sebastian Pravda 2022-10-26 10:40:07 +02:00 committed by GitHub
parent ad0dcf5eb2
commit 3a70cf3483
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,4 +19,4 @@ jobs:
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test -all --verbose
run: cargo test --all --verbose