Just use natural truthy conversion

This commit is contained in:
2024-10-03 19:27:41 -05:00
parent 7e9a2aad64
commit 26078482da

View File

@@ -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