Skip to content

Commit

Permalink
Made the bash script use bash on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorKoenders committed Jun 15, 2022
1 parent c8aa903 commit 201147b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rust.yml
Expand Up @@ -121,6 +121,7 @@ else\n
cargo test --no-default-features --features ${{ matrix.features }}\n
fi",
"name": "Run `cargo test` on all features",
"shell": "bash",
"env": {
"RUSTFLAGS": "-D warnings"
}
Expand Down

0 comments on commit 201147b

Please sign in to comment.