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:
|
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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue