mirror of
https://github.com/Xevion/spotify-quickauth.git
synced 2025-12-11 06:08:49 -06:00
Just use natural truthy conversion
This commit is contained in:
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@@ -100,7 +100,7 @@ jobs:
|
||||
run: cargo build ${{ github.event.inputs.verbose == 'true' && '--verbose' || '' }} --release --target ${{ matrix.target }}
|
||||
|
||||
- name: Run tests
|
||||
if: matrix.test != 'false'
|
||||
if: matrix.test
|
||||
shell: bash
|
||||
run: |
|
||||
if [ "${{ matrix.test }}" = "native" ]; then
|
||||
|
||||
Reference in New Issue
Block a user