diff options
author | Ondřej Čertík <ondrej@certik.us> | 2020-01-11 15:00:15 -0700 |
---|---|---|
committer | Ondřej Čertík <ondrej@certik.us> | 2020-01-11 15:08:22 -0700 |
commit | dbad76baac9911d692ebc78335cbc51554443344 (patch) | |
tree | 401b67006c5df6f81ab3d4e6a81c26c242b6c106 /.gitlab-ci.yml | |
parent | 910072d4875f4b0bb57e547990cf26c541460fcc (diff) | |
download | fpm-dbad76baac9911d692ebc78335cbc51554443344.tar.gz fpm-dbad76baac9911d692ebc78335cbc51554443344.zip |
Parse command line arguments
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cb84891..04b81b1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,7 @@ rust-latest: image: rust:latest script: - cargo build --verbose - - cargo run + - cargo run -- s 5 - cargo test --verbose rust-nightly: |