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

rename tests jobs

parent 5169c412
No related branches found
No related tags found
1 merge request!80CI build release for windows 64 bits
stages: stages:
- package - package
- build_and_tests - tests
- fmt - fmt
- clippy - clippy
- publish_crate - publish_crate
...@@ -42,9 +42,9 @@ variables: ...@@ -42,9 +42,9 @@ variables:
before_script: before_script:
- rustc --version && cargo --version - rustc --version && cargo --version
build_and_tests:stable: tests:linux64:stable:
<<: *rust_stable_env <<: *rust_stable_env
stage: build_and_tests stage: tests
tags: tags:
- redshift-rs-stable - redshift-rs-stable
script: script:
...@@ -55,24 +55,24 @@ build_and_tests:stable: ...@@ -55,24 +55,24 @@ build_and_tests:stable:
- cargo/ - cargo/
- target/ - target/
build_and_tests:stable_win64: tests:win64:stable:
<<: *rust_win64_env <<: *rust_win64_env
stage: build_and_tests stage: tests
script: script:
- cargo test --all --exclude duniter-tui --no-default-features --target=x86_64-pc-windows-gnu - cargo test --all --exclude duniter-tui --no-default-features --target=x86_64-pc-windows-gnu
build_and_tests:beta: tests:linux64:beta:
<<: *rust_beta_env <<: *rust_beta_env
stage: build_and_tests stage: tests
script: script:
- cargo build --features strict - cargo build --features strict
- cargo test --all - cargo test --all
when: manual when: manual
allow_failure: true allow_failure: true
build_and_tests:nightly: tests:linux64:nightly:
<<: *rust_nightly_env <<: *rust_nightly_env
stage: build_and_tests stage: tests
script: script:
- cargo build --features strict - cargo build --features strict
- cargo test --all - cargo test --all
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment