fix: Use minimal working CI
All checks were successful
CI / Test (push) Successful in 52s

This commit is contained in:
2026-02-03 09:51:24 +00:00
parent 5660698c90
commit e7122d48a5

View File

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