From 201147b40746c13cd3c7564635fec8218f71e7eb Mon Sep 17 00:00:00 2001 From: Victor Koenders Date: Wed, 15 Jun 2022 22:01:15 +0200 Subject: [PATCH] Made the bash script use bash on windows --- .github/workflows/rust.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 894f2c8d..151006e5 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -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" }