|
|
|
@ -278,7 +278,7 @@ test:cargo: |
|
|
|
- rustc --version && cargo --version # Print version info for debugging |
|
|
|
- rustc --version && cargo --version # Print version info for debugging |
|
|
|
- cargo fmt --all -- --check |
|
|
|
- cargo fmt --all -- --check |
|
|
|
- cargo test --workspace --verbose --locked |
|
|
|
- cargo test --workspace --verbose --locked |
|
|
|
- cargo clippy |
|
|
|
- cargo clippy --color always |
|
|
|
|
|
|
|
|
|
|
|
test:sytest: |
|
|
|
test:sytest: |
|
|
|
stage: "test" |
|
|
|
stage: "test" |
|
|
|
|