Skip to content

Commit 7374e5a

Browse files
committed
[WIP] starts moving github actions to concourse
Signed-off-by: Yorgos Saslis <[email protected]>
1 parent 3c074c0 commit 7374e5a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.concourse/config.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,13 @@ jobs:
2727
# cargo --version
2828
#
2929
# # run tests
30-
# RUST_BACKTRACE=1 cargo test --all | tee output.txt
30+
# 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+
# RUST_BACKTRACE=1 cargo fmt --all --check | tee output.txt
3137

3238
- name: get-parameters
3339
plan:

0 commit comments

Comments
 (0)