temporarilly disable tests in ci
This commit is contained in:
parent
92c7675141
commit
c7c286204e
1 changed files with 3 additions and 2 deletions
|
|
@ -25,8 +25,9 @@ test:
|
|||
script:
|
||||
- cargo check --release
|
||||
- cargo fmt -- --check
|
||||
- cargo clippy -- -D warnings
|
||||
- cargo test
|
||||
# Temporarily disabled:
|
||||
# - cargo clippy -- -D warnings
|
||||
# - cargo test
|
||||
only:
|
||||
- branches
|
||||
- merge_requests
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue