diff --git a/.github/workflows/build-and-test.yaml b/.github/workflows/build-and-test.yaml index 5823ea0..3b7c68e 100644 --- a/.github/workflows/build-and-test.yaml +++ b/.github/workflows/build-and-test.yaml @@ -53,7 +53,7 @@ jobs: args: -Z features=dev_dep - name: Run cargo test - if: !startsWith(matrix.rust, '1.39.0') + if: startsWith(matrix.rust, '1.39.0') == false uses: actions-rs/cargo@v1 with: command: test