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

Revert "[ci] run ignored tests"

This reverts commit 5104eb15.
parent 0db4c0cd
Branches
Tags
1 merge request!130Ci
...@@ -84,7 +84,7 @@ tests:linux64:stable: ...@@ -84,7 +84,7 @@ tests:linux64:stable:
script: script:
- cd bin/durs-server - cd bin/durs-server
- RUSTFLAGS="-D warnings" cargo build --features=ssl - RUSTFLAGS="-D warnings" cargo build --features=ssl
- cargo test --all -- --include-ignored - cargo test --all
tests:arm-v7-:stable: tests:arm-v7-:stable:
<<: *rust_stable_armv7 <<: *rust_stable_armv7
...@@ -92,7 +92,7 @@ tests:arm-v7-:stable: ...@@ -92,7 +92,7 @@ tests:arm-v7-:stable:
script: script:
- cd bin/durs-server - cd bin/durs-server
- RUSTFLAGS="-D warnings" cargo build --target=armv7-unknown-linux-gnueabihf --features=ssl - RUSTFLAGS="-D warnings" cargo build --target=armv7-unknown-linux-gnueabihf --features=ssl
- cargo test --all --target=armv7-unknown-linux-gnueabihf -- --include-ignored - cargo test --all --target=armv7-unknown-linux-gnueabihf
allow_failure: true allow_failure: true
when: manual when: manual
except: except:
...@@ -104,7 +104,7 @@ tests:arm-v7:stable: ...@@ -104,7 +104,7 @@ tests:arm-v7:stable:
script: script:
- cd bin/durs-server - cd bin/durs-server
- RUSTFLAGS="-D warnings" cargo build --target=armv7-unknown-linux-gnueabihf --features=ssl - RUSTFLAGS="-D warnings" cargo build --target=armv7-unknown-linux-gnueabihf --features=ssl
- cargo test --all --target=armv7-unknown-linux-gnueabihf -- --include-ignored - cargo test --all --target=armv7-unknown-linux-gnueabihf
only: only:
- tags - tags
...@@ -135,7 +135,7 @@ tests:linux64:beta: ...@@ -135,7 +135,7 @@ tests:linux64:beta:
script: script:
- cd bin/durs-server - cd bin/durs-server
- RUSTFLAGS="-D warnings" cargo build --features=ssl - RUSTFLAGS="-D warnings" cargo build --features=ssl
- cargo test --all -- --include-ignored - cargo test --all
when: manual when: manual
allow_failure: true allow_failure: true
...@@ -145,7 +145,7 @@ tests:linux64:nightly: ...@@ -145,7 +145,7 @@ tests:linux64:nightly:
script: script:
- cd bin/durs-server - cd bin/durs-server
- RUSTFLAGS="-D warnings" cargo build --features=ssl - RUSTFLAGS="-D warnings" cargo build --features=ssl
- cargo test --all -- --include-ignored - cargo test --all
when: manual when: manual
allow_failure: true allow_failure: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment