mirror of
https://github.com/Xevion/spotify-quickauth.git
synced 2025-12-12 22:13:07 -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
|
- name: Run tests
|
||||||
if: matrix.test != 'false'
|
if: matrix.test != 'false'
|
||||||
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
if [ "${{ matrix.test }}" = "native" ]; then
|
if [ "${{ matrix.test }}" = "native" ]; then
|
||||||
cargo test ${{ github.event.inputs.verbose == 'true' && '--verbose' || '' }} --release
|
cargo test ${{ github.event.inputs.verbose == 'true' && '--verbose' || '' }} --release
|
||||||
|
|||||||
Reference in New Issue
Block a user