summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2024-04-02 16:16:44 +0200
committerLaurenz <laurmaedje@gmail.com>2024-05-17 14:27:58 +0200
commitf246f0a245a375e013052c701901e233eda32ee1 (patch)
tree28a8f6dd1784faaac646d7db783ab5401a69fc20 /.github
parent05b1096268d04b861b358000d95c93bd5faf3e7a (diff)
A few CI and crate config changes (#3852)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml1
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: