You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
193 B

  1. image: jimmycuadra/rust:latest
  2. stages:
  3. - test
  4. test:
  5. stage: test
  6. script:
  7. - cargo test --release
  8. only:
  9. - master
  10. tags:
  11. - rust
  12. allow_failure: false