commit | a2c1fa887eb863db93c5d895c8d10c944c70de92 | [log] [tgz] |
---|---|---|
author | Stjepan Glavina <stjepang@gmail.com> | Mon May 11 11:19:38 2020 +0200 |
committer | Stjepan Glavina <stjepang@gmail.com> | Mon May 11 11:19:38 2020 +0200 |
tree | d1ade42d45909fd7779867ea4a9caf453acf7e1b | |
parent | c1b6c9898727a77c31b4f139c4c9c875dc779e27 [diff] |
Fix failing CI
diff --git a/.github/workflows/build-and-test.yaml b/.github/workflows/build-and-test.yaml index d94d662..6294d98 100644 --- a/.github/workflows/build-and-test.yaml +++ b/.github/workflows/build-and-test.yaml
@@ -50,6 +50,7 @@ - name: Run cargo test uses: actions-rs/cargo@v1 with: - command: test -- --test-threads=1 + command: test + args: --test-threads=1 env: CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_RUNNER: "valgrind --leak-check=full --error-exitcode=1"