aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 09e53ff..d1a4cae 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,8 +7,8 @@ rust-latest:
script:
- cargo build --verbose
- cargo test --verbose
- - cargo run -- -h
- - cargo run -- s 5
+ - touch a.f90 b.f90 c.f90
+ - cargo run -- build
rust-nightly:
stage: build