diff options
| author | CGMossa <cgmossa@gmail.com> | 2023-03-29 19:49:27 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-29 19:49:27 +0200 |
| commit | 621922bb35657d002b123913dd507e35a178f4c2 (patch) | |
| tree | 44200c3e8e0faf8446541a45c7bbd44ad608b55d /.github | |
| parent | 9737d3b754c871d7ca9c63790b5d4cefda07d6ff (diff) | |
CI runs all tests (#434)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4911f952..a352ac1f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,5 +8,5 @@ jobs: - uses: actions/checkout@v3 - uses: dtolnay/rust-toolchain@stable - uses: Swatinem/rust-cache@v2 - - run: cargo build --all - - run: cargo test --all + - run: cargo build --workspace + - run: cargo test --workspace --no-fail-fast |
