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

[ci] run ignored tests

parent 0479d7a9
No related branches found
No related tags found
No related merge requests found
...@@ -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 - cargo test --all -- --include-ignored
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 - cargo test --all --target=armv7-unknown-linux-gnueabihf -- --include-ignored
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 - cargo test --all --target=armv7-unknown-linux-gnueabihf -- --include-ignored
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 - cargo test --all -- --include-ignored
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 - cargo test --all -- --include-ignored
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