From 26078482da77f2885409c3e30c379ec72875bca5 Mon Sep 17 00:00:00 2001 From: Xevion Date: Thu, 3 Oct 2024 19:27:41 -0500 Subject: [PATCH] Just use natural truthy conversion --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index ebd1e57..42cc2f3 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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