commit | c1b6c9898727a77c31b4f139c4c9c875dc779e27 | [log] [tgz] |
---|---|---|
author | Stjepan Glavina <stjepang@gmail.com> | Mon May 11 11:02:38 2020 +0200 |
committer | Stjepan Glavina <stjepang@gmail.com> | Mon May 11 11:02:38 2020 +0200 |
tree | 4660f00efc7b65c2c58126316b80b50516fb1e86 | |
parent | b7a3f3d7929ec11d615f7e995e791d42344a7dfb [diff] |
Fix failing CI
diff --git a/.github/workflows/build-and-test.yaml b/.github/workflows/build-and-test.yaml index 2873344..d94d662 100644 --- a/.github/workflows/build-and-test.yaml +++ b/.github/workflows/build-and-test.yaml
@@ -45,7 +45,7 @@ uses: actions-rs/cargo@v1 with: command: check - args: --all --benches --bins --examples --tests --no-default-features + args: --all --no-default-features - name: Run cargo test uses: actions-rs/cargo@v1