aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndřej Čertík <ondrej@certik.us>2020-01-11 15:09:57 -0700
committerOndřej Čertík <ondrej@certik.us>2020-01-11 15:09:57 -0700
commitd7d33b6a00908271cc3f6d2fccd8f6bcf30154da (patch)
treec86a54a648a286f691dcb1e1ee76e50634760899
parentdbad76baac9911d692ebc78335cbc51554443344 (diff)
downloadfpm-d7d33b6a00908271cc3f6d2fccd8f6bcf30154da.tar.gz
fpm-d7d33b6a00908271cc3f6d2fccd8f6bcf30154da.zip
Print help
-rw-r--r--.gitlab-ci.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 04b81b1..09e53ff 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,8 +6,9 @@ rust-latest:
image: rust:latest
script:
- cargo build --verbose
- - cargo run -- s 5
- cargo test --verbose
+ - cargo run -- -h
+ - cargo run -- s 5
rust-nightly:
stage: build