fix: Add cargo check and test to CI
Some checks failed
CI / Test (push) Failing after 52s

This commit is contained in:
2026-02-03 09:49:52 +00:00
parent 9a52b3aa92
commit 5660698c90

View File

@@ -17,4 +17,7 @@ jobs:
run: |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
. "$HOME/.cargo/env"
cargo --version
- name: Check compilation
run: cargo check --all-targets
- name: Run tests
run: cargo test --all