Browse Source

Tweaked the gitlab ci runner configuration

develop
Drew Short 9 years ago
parent
commit
ebb8e0e0f2
  1. 4
      .gitlab-ci.yml

4
.gitlab-ci.yml

@ -5,7 +5,9 @@ stages:
test:
stage: test
script:
- cargo test --release
- rustc -V
- cargo -V
- cargo test
only:
- master
tags:

Loading…
Cancel
Save