We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5574017 commit 08430f1Copy full SHA for 08430f1
.gitlab-ci.yml
@@ -5,7 +5,6 @@ cache:
5
paths:
6
- CargoHome/registry/index/
7
- CargoHome/registry/cache/
8
- - src/rust/target/
9
- src/rust/Cargo.lock
10
11
stages:
@@ -48,6 +47,7 @@ run_test:
48
47
- for file in $FILES; do
49
clang-format "$file" | colordiff -u "$file" -;
50
done
+ - cargo clean
51
- cargo fmt -- --check
52
- cargo test -- --test-threads=1
53
- TARGET_SIZE=$(du -sm target 2>/dev/null | awk '{print $1}')
0 commit comments