Fix another syntax error

This commit is contained in:
Stjepan Glavina 2020-06-21 22:51:04 +02:00
parent f376e8c3a3
commit a055da3c35
1 changed files with 1 additions and 1 deletions

View File

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