temporarilly disable tests in ci

This commit is contained in:
Graham McIntire 2026-01-31 14:47:55 -06:00
parent 92c7675141
commit c7c286204e
No known key found for this signature in database

View file

@ -25,8 +25,9 @@ test:
script: script:
- cargo check --release - cargo check --release
- cargo fmt -- --check - cargo fmt -- --check
- cargo clippy -- -D warnings # Temporarily disabled:
- cargo test # - cargo clippy -- -D warnings
# - cargo test
only: only:
- branches - branches
- merge_requests - merge_requests