Skip to content

Commit 08430f1

Browse files
committed
chore: update gitlab-ci.
1 parent 5574017 commit 08430f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ cache:
55
paths:
66
- CargoHome/registry/index/
77
- CargoHome/registry/cache/
8-
- src/rust/target/
98
- src/rust/Cargo.lock
109

1110
stages:
@@ -48,6 +47,7 @@ run_test:
4847
- for file in $FILES; do
4948
clang-format "$file" | colordiff -u "$file" -;
5049
done
50+
- cargo clean
5151
- cargo fmt -- --check
5252
- cargo test -- --test-threads=1
5353
- TARGET_SIZE=$(du -sm target 2>/dev/null | awk '{print $1}')

0 commit comments

Comments
 (0)