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 3c074c0 commit 7374e5aCopy full SHA for 7374e5a
.concourse/config.yaml
@@ -27,7 +27,13 @@ jobs:
27
# cargo --version
28
#
29
# # run tests
30
-# RUST_BACKTRACE=1 cargo test --all | tee output.txt
+# cargo clippy --all --tests
31
+# cargo fmt --all --check
32
+# cargo doc --all --all-features
33
+# cargo build --all-features
34
+# cargo test --all-features
35
+# RUST_BACKTRACE=1 cargo fmt --all --check | tee output.txt
36
37
38
- name: get-parameters
39
plan:
0 commit comments