diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b003aed43101dd57e8bc623cc4f2472b8889edd9..9914e3bd2b209d6f58d698ebb44c7b77177658e8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -84,7 +84,7 @@ tests:linux64:stable: script: - cd bin/durs-server - RUSTFLAGS="-D warnings" cargo build --features=ssl - - cargo test --all -- --include-ignored + - cargo test --all tests:arm-v7-:stable: <<: *rust_stable_armv7 @@ -92,7 +92,7 @@ tests:arm-v7-:stable: script: - cd bin/durs-server - 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 when: manual except: @@ -104,7 +104,7 @@ tests:arm-v7:stable: script: - cd bin/durs-server - 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: - tags @@ -135,7 +135,7 @@ tests:linux64:beta: script: - cd bin/durs-server - RUSTFLAGS="-D warnings" cargo build --features=ssl - - cargo test --all -- --include-ignored + - cargo test --all when: manual allow_failure: true @@ -145,7 +145,7 @@ tests:linux64:nightly: script: - cd bin/durs-server - RUSTFLAGS="-D warnings" cargo build --features=ssl - - cargo test --all -- --include-ignored + - cargo test --all when: manual allow_failure: true