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 08430f1 commit c59ebcbCopy full SHA for c59ebcb
.gitlab-ci.yml
@@ -47,6 +47,7 @@ run_test:
47
- for file in $FILES; do
48
clang-format "$file" | colordiff -u "$file" -;
49
done
50
+ - rm -rf target
51
- cargo clean
52
- cargo fmt -- --check
53
- cargo test -- --test-threads=1
0 commit comments