summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1a61c77e8..8819498a5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -34,7 +34,7 @@ maint-checks:
script:
- apt-get update && apt-get install -y python3-toml
- ./maint/check_toposort
- - ./maint/add_warning --check crates/*/src/{lib,main}.rs
+ - ./maint/add_warning --check
rust-checks:
# This is too slow (and the cacheing of the "cargo build" too flaky) to be a "check"
@@ -64,7 +64,7 @@ rust-latest:
- cargo test --verbose --target x86_64-unknown-linux-gnu
- rustup component add clippy
- rustup show
- - cargo clippy --all-features --all-targets -- -D warnings
+ - cargo clippy --all-features --all-targets -- --cfg ci_arti_stable -D warnings
- cargo build --verbose --release -p arti-bench --target x86_64-unknown-linux-gnu
artifacts:
paths: