Skip to content
Snippets Groups Projects
Commit 43e2734a authored by Éloïs's avatar Éloïs
Browse files

[fix] #51 congregate Stable Build and Stable Tests in same job

parent 0315153d
No related branches found
No related tags found
No related merge requests found
stages:
- builds
- tests
- build_and_tests
- clippy
- fmt
before_script:
- export PATH="$HOME/.cargo/bin:$PATH"
build:stable:
stage: builds
tags:
- redshift-rs-stable
script:
- cargo build --all-features
tests:stable:
build_and_tests:stable:
stage: tests
tags:
- redshift-rs-stable
script:
- cargo test
- cargo test --all-features
build_and_tests:beta:
stage: tests
......@@ -27,7 +19,7 @@ build_and_tests:beta:
- redshift-rs-beta
script:
- rustup update
- cargo test
- cargo test --all-features
when: manual
allow_failure: true
......@@ -37,7 +29,7 @@ build_and_tests:nightly:
tags:
- redshift-rs-nightly
script:
- cargo test
- cargo test --all-features
when: manual
allow_failure: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment