mirror of
https://github.com/Xevion/spotify-quickauth.git
synced 2025-12-10 22:08:40 -06:00
Force bash shell (windows)
This commit is contained in:
1
.github/workflows/build.yaml
vendored
1
.github/workflows/build.yaml
vendored
@@ -101,6 +101,7 @@ jobs:
|
||||
|
||||
- name: Run tests
|
||||
if: matrix.test != 'false'
|
||||
shell: bash
|
||||
run: |
|
||||
if [ "${{ matrix.test }}" = "native" ]; then
|
||||
cargo test ${{ github.event.inputs.verbose == 'true' && '--verbose' || '' }} --release
|
||||
|
||||
Reference in New Issue
Block a user