diff options
| author | Laurenz <laurmaedje@gmail.com> | 2024-04-02 16:16:44 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-02 14:16:44 +0000 |
| commit | b3615ccd493c4791c3c7565fc7417cba50e8fd71 (patch) | |
| tree | 264c711ead8cf76439816b1457429a157e614067 /.github/workflows | |
| parent | c4001662b686b0d52e99aa0b72a5b82af6f862fd (diff) | |
A few CI and crate config changes (#3852)
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6322e402..399fd0ab 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,6 +31,7 @@ jobs: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@1.77.0 - uses: Swatinem/rust-cache@v2 + - run: cargo test --workspace --no-run - run: cargo test --workspace --no-fail-fast checks: |
