mirror of
https://github.com/wez/wezterm.git
synced 2024-11-23 06:54:45 +03:00
ci: don't use release mode for tests
The original thinking was that it would be quicker to reuse the existing release mode deps, but I'm not sure if that is still true, so let's test it to see. At the time of writing, the test phase takes 8-12 minutes depending on the OS, with most of that being compilation.
This commit is contained in:
parent
5d1136d29b
commit
cc567ab464
4
.github/workflows/gen_centos7.yml
vendored
4
.github/workflows/gen_centos7.yml
vendored
@ -96,11 +96,11 @@ jobs:
|
||||
with:
|
||||
crate: "cargo-nextest"
|
||||
cache-key: "centos7"
|
||||
- name: "Test (Release mode)"
|
||||
- name: "Test"
|
||||
shell: bash
|
||||
run: |
|
||||
source /opt/rh/devtoolset-9/enable
|
||||
cargo nextest run --all --release --no-fail-fast
|
||||
cargo nextest run --all --no-fail-fast
|
||||
- name: "Package"
|
||||
shell: bash
|
||||
run: "bash ci/deploy.sh"
|
||||
|
4
.github/workflows/gen_centos7_continuous.yml
vendored
4
.github/workflows/gen_centos7_continuous.yml
vendored
@ -100,11 +100,11 @@ jobs:
|
||||
with:
|
||||
crate: "cargo-nextest"
|
||||
cache-key: "centos7"
|
||||
- name: "Test (Release mode)"
|
||||
- name: "Test"
|
||||
shell: bash
|
||||
run: |
|
||||
source /opt/rh/devtoolset-9/enable
|
||||
cargo nextest run --all --release --no-fail-fast
|
||||
cargo nextest run --all --no-fail-fast
|
||||
- name: "Package"
|
||||
shell: bash
|
||||
run: "bash ci/deploy.sh"
|
||||
|
4
.github/workflows/gen_centos7_tag.yml
vendored
4
.github/workflows/gen_centos7_tag.yml
vendored
@ -79,11 +79,11 @@ jobs:
|
||||
with:
|
||||
crate: "cargo-nextest"
|
||||
cache-key: "centos7"
|
||||
- name: "Test (Release mode)"
|
||||
- name: "Test"
|
||||
shell: bash
|
||||
run: |
|
||||
source /opt/rh/devtoolset-9/enable
|
||||
cargo nextest run --all --release --no-fail-fast
|
||||
cargo nextest run --all --no-fail-fast
|
||||
- name: "Package"
|
||||
shell: bash
|
||||
run: "bash ci/deploy.sh"
|
||||
|
4
.github/workflows/gen_centos8.yml
vendored
4
.github/workflows/gen_centos8.yml
vendored
@ -70,9 +70,9 @@ jobs:
|
||||
with:
|
||||
crate: "cargo-nextest"
|
||||
cache-key: "centos8"
|
||||
- name: "Test (Release mode)"
|
||||
- name: "Test"
|
||||
shell: bash
|
||||
run: "cargo nextest run --all --release --no-fail-fast"
|
||||
run: "cargo nextest run --all --no-fail-fast"
|
||||
- name: "Package"
|
||||
shell: bash
|
||||
run: "bash ci/deploy.sh"
|
||||
|
4
.github/workflows/gen_centos8_continuous.yml
vendored
4
.github/workflows/gen_centos8_continuous.yml
vendored
@ -74,9 +74,9 @@ jobs:
|
||||
with:
|
||||
crate: "cargo-nextest"
|
||||
cache-key: "centos8"
|
||||
- name: "Test (Release mode)"
|
||||
- name: "Test"
|
||||
shell: bash
|
||||
run: "cargo nextest run --all --release --no-fail-fast"
|
||||
run: "cargo nextest run --all --no-fail-fast"
|
||||
- name: "Package"
|
||||
shell: bash
|
||||
run: "bash ci/deploy.sh"
|
||||
|
4
.github/workflows/gen_centos8_tag.yml
vendored
4
.github/workflows/gen_centos8_tag.yml
vendored
@ -53,9 +53,9 @@ jobs:
|
||||
with:
|
||||
crate: "cargo-nextest"
|
||||
cache-key: "centos8"
|
||||
- name: "Test (Release mode)"
|
||||
- name: "Test"
|
||||
shell: bash
|
||||
run: "cargo nextest run --all --release --no-fail-fast"
|
||||
run: "cargo nextest run --all --no-fail-fast"
|
||||
- name: "Package"
|
||||
shell: bash
|
||||
run: "bash ci/deploy.sh"
|
||||
|
4
.github/workflows/gen_centos9.yml
vendored
4
.github/workflows/gen_centos9.yml
vendored
@ -70,9 +70,9 @@ jobs:
|
||||
with:
|
||||
crate: "cargo-nextest"
|
||||
cache-key: "centos9"
|
||||
- name: "Test (Release mode)"
|
||||
- name: "Test"
|
||||
shell: bash
|
||||
run: "cargo nextest run --all --release --no-fail-fast"
|
||||
run: "cargo nextest run --all --no-fail-fast"
|
||||
- name: "Package"
|
||||
shell: bash
|
||||
run: "bash ci/deploy.sh"
|
||||
|
4
.github/workflows/gen_centos9_continuous.yml
vendored
4
.github/workflows/gen_centos9_continuous.yml
vendored
@ -74,9 +74,9 @@ jobs:
|
||||
with:
|
||||
crate: "cargo-nextest"
|
||||
cache-key: "centos9"
|
||||
- name: "Test (Release mode)"
|
||||
- name: "Test"
|
||||
shell: bash
|
||||
run: "cargo nextest run --all --release --no-fail-fast"
|
||||
run: "cargo nextest run --all --no-fail-fast"
|
||||
- name: "Package"
|
||||
shell: bash
|
||||
run: "bash ci/deploy.sh"
|
||||
|
4
.github/workflows/gen_centos9_tag.yml
vendored
4
.github/workflows/gen_centos9_tag.yml
vendored
@ -53,9 +53,9 @@ jobs:
|
||||
with:
|
||||
crate: "cargo-nextest"
|
||||
cache-key: "centos9"
|
||||
- name: "Test (Release mode)"
|
||||
- name: "Test"
|
||||
shell: bash
|
||||
run: "cargo nextest run --all --release --no-fail-fast"
|
||||
run: "cargo nextest run --all --no-fail-fast"
|
||||
- name: "Package"
|
||||
shell: bash
|
||||
run: "bash ci/deploy.sh"
|
||||
|
4
.github/workflows/gen_debian10.3.yml
vendored
4
.github/workflows/gen_debian10.3.yml
vendored
@ -73,9 +73,9 @@ jobs:
|
||||
with:
|
||||
crate: "cargo-nextest"
|
||||
cache-key: "debian10.3"
|
||||
- name: "Test (Release mode)"
|
||||
- name: "Test"
|
||||
shell: bash
|
||||
run: "cargo nextest run --all --release --no-fail-fast"
|
||||
run: "cargo nextest run --all --no-fail-fast"
|
||||
- name: "Package"
|
||||
shell: bash
|
||||
run: "bash ci/deploy.sh"
|
||||
|
@ -77,9 +77,9 @@ jobs:
|
||||
with:
|
||||
crate: "cargo-nextest"
|
||||
cache-key: "debian10.3"
|
||||
- name: "Test (Release mode)"
|
||||
- name: "Test"
|
||||
shell: bash
|
||||
run: "cargo nextest run --all --release --no-fail-fast"
|
||||
run: "cargo nextest run --all --no-fail-fast"
|
||||
- name: "Package"
|
||||
shell: bash
|
||||
run: "bash ci/deploy.sh"
|
||||
|
4
.github/workflows/gen_debian10.3_tag.yml
vendored
4
.github/workflows/gen_debian10.3_tag.yml
vendored
@ -56,9 +56,9 @@ jobs:
|
||||
with:
|
||||
crate: "cargo-nextest"
|
||||
cache-key: "debian10.3"
|
||||
- name: "Test (Release mode)"
|
||||
- name: "Test"
|
||||
shell: bash
|
||||
run: "cargo nextest run --all --release --no-fail-fast"
|
||||
run: "cargo nextest run --all --no-fail-fast"
|
||||
- name: "Package"
|
||||
shell: bash
|
||||
run: "bash ci/deploy.sh"
|
||||
|
4
.github/workflows/gen_debian11.yml
vendored
4
.github/workflows/gen_debian11.yml
vendored
@ -73,9 +73,9 @@ jobs:
|
||||
with:
|
||||
crate: "cargo-nextest"
|
||||
cache-key: "debian11"
|
||||
- name: "Test (Release mode)"
|
||||
- name: "Test"
|
||||
shell: bash
|
||||
run: "cargo nextest run --all --release --no-fail-fast"
|
||||
run: "cargo nextest run --all --no-fail-fast"
|
||||
- name: "Package"
|
||||
shell: bash
|
||||
run: "bash ci/deploy.sh"
|
||||
|
@ -77,9 +77,9 @@ jobs:
|
||||
with:
|
||||
crate: "cargo-nextest"
|
||||
cache-key: "debian11"
|
||||
- name: "Test (Release mode)"
|
||||
- name: "Test"
|
||||
shell: bash
|
||||
run: "cargo nextest run --all --release --no-fail-fast"
|
||||
run: "cargo nextest run --all --no-fail-fast"
|
||||
- name: "Package"
|
||||
shell: bash
|
||||
run: "bash ci/deploy.sh"
|
||||
|
4
.github/workflows/gen_debian11_tag.yml
vendored
4
.github/workflows/gen_debian11_tag.yml
vendored
@ -56,9 +56,9 @@ jobs:
|
||||
with:
|
||||
crate: "cargo-nextest"
|
||||
cache-key: "debian11"
|
||||
- name: "Test (Release mode)"
|
||||
- name: "Test"
|
||||
shell: bash
|
||||
run: "cargo nextest run --all --release --no-fail-fast"
|
||||
run: "cargo nextest run --all --no-fail-fast"
|
||||
- name: "Package"
|
||||
shell: bash
|
||||
run: "bash ci/deploy.sh"
|
||||
|
4
.github/workflows/gen_fedora36.yml
vendored
4
.github/workflows/gen_fedora36.yml
vendored
@ -67,9 +67,9 @@ jobs:
|
||||
with:
|
||||
crate: "cargo-nextest"
|
||||
cache-key: "fedora36"
|
||||
- name: "Test (Release mode)"
|
||||
- name: "Test"
|
||||
shell: bash
|
||||
run: "cargo nextest run --all --release --no-fail-fast"
|
||||
run: "cargo nextest run --all --no-fail-fast"
|
||||
- name: "Package"
|
||||
shell: bash
|
||||
run: "bash ci/deploy.sh"
|
||||
|
@ -71,9 +71,9 @@ jobs:
|
||||
with:
|
||||
crate: "cargo-nextest"
|
||||
cache-key: "fedora36"
|
||||
- name: "Test (Release mode)"
|
||||
- name: "Test"
|
||||
shell: bash
|
||||
run: "cargo nextest run --all --release --no-fail-fast"
|
||||
run: "cargo nextest run --all --no-fail-fast"
|
||||
- name: "Package"
|
||||
shell: bash
|
||||
run: "bash ci/deploy.sh"
|
||||
|
4
.github/workflows/gen_fedora36_tag.yml
vendored
4
.github/workflows/gen_fedora36_tag.yml
vendored
@ -50,9 +50,9 @@ jobs:
|
||||
with:
|
||||
crate: "cargo-nextest"
|
||||
cache-key: "fedora36"
|
||||
- name: "Test (Release mode)"
|
||||
- name: "Test"
|
||||
shell: bash
|
||||
run: "cargo nextest run --all --release --no-fail-fast"
|
||||
run: "cargo nextest run --all --no-fail-fast"
|
||||
- name: "Package"
|
||||
shell: bash
|
||||
run: "bash ci/deploy.sh"
|
||||
|
4
.github/workflows/gen_fedora37.yml
vendored
4
.github/workflows/gen_fedora37.yml
vendored
@ -67,9 +67,9 @@ jobs:
|
||||
with:
|
||||
crate: "cargo-nextest"
|
||||
cache-key: "fedora37"
|
||||
- name: "Test (Release mode)"
|
||||
- name: "Test"
|
||||
shell: bash
|
||||
run: "cargo nextest run --all --release --no-fail-fast"
|
||||
run: "cargo nextest run --all --no-fail-fast"
|
||||
- name: "Package"
|
||||
shell: bash
|
||||
run: "bash ci/deploy.sh"
|
||||
|
@ -71,9 +71,9 @@ jobs:
|
||||
with:
|
||||
crate: "cargo-nextest"
|
||||
cache-key: "fedora37"
|
||||
- name: "Test (Release mode)"
|
||||
- name: "Test"
|
||||
shell: bash
|
||||
run: "cargo nextest run --all --release --no-fail-fast"
|
||||
run: "cargo nextest run --all --no-fail-fast"
|
||||
- name: "Package"
|
||||
shell: bash
|
||||
run: "bash ci/deploy.sh"
|
||||
|
4
.github/workflows/gen_fedora37_tag.yml
vendored
4
.github/workflows/gen_fedora37_tag.yml
vendored
@ -50,9 +50,9 @@ jobs:
|
||||
with:
|
||||
crate: "cargo-nextest"
|
||||
cache-key: "fedora37"
|
||||
- name: "Test (Release mode)"
|
||||
- name: "Test"
|
||||
shell: bash
|
||||
run: "cargo nextest run --all --release --no-fail-fast"
|
||||
run: "cargo nextest run --all --no-fail-fast"
|
||||
- name: "Package"
|
||||
shell: bash
|
||||
run: "bash ci/deploy.sh"
|
||||
|
4
.github/workflows/gen_fedora38.yml
vendored
4
.github/workflows/gen_fedora38.yml
vendored
@ -67,9 +67,9 @@ jobs:
|
||||
with:
|
||||
crate: "cargo-nextest"
|
||||
cache-key: "fedora38"
|
||||
- name: "Test (Release mode)"
|
||||
- name: "Test"
|
||||
shell: bash
|
||||
run: "cargo nextest run --all --release --no-fail-fast"
|
||||
run: "cargo nextest run --all --no-fail-fast"
|
||||
- name: "Package"
|
||||
shell: bash
|
||||
run: "bash ci/deploy.sh"
|
||||
|
@ -71,9 +71,9 @@ jobs:
|
||||
with:
|
||||
crate: "cargo-nextest"
|
||||
cache-key: "fedora38"
|
||||
- name: "Test (Release mode)"
|
||||
- name: "Test"
|
||||
shell: bash
|
||||
run: "cargo nextest run --all --release --no-fail-fast"
|
||||
run: "cargo nextest run --all --no-fail-fast"
|
||||
- name: "Package"
|
||||
shell: bash
|
||||
run: "bash ci/deploy.sh"
|
||||
|
4
.github/workflows/gen_fedora38_tag.yml
vendored
4
.github/workflows/gen_fedora38_tag.yml
vendored
@ -50,9 +50,9 @@ jobs:
|
||||
with:
|
||||
crate: "cargo-nextest"
|
||||
cache-key: "fedora38"
|
||||
- name: "Test (Release mode)"
|
||||
- name: "Test"
|
||||
shell: bash
|
||||
run: "cargo nextest run --all --release --no-fail-fast"
|
||||
run: "cargo nextest run --all --no-fail-fast"
|
||||
- name: "Package"
|
||||
shell: bash
|
||||
run: "bash ci/deploy.sh"
|
||||
|
4
.github/workflows/gen_macos.yml
vendored
4
.github/workflows/gen_macos.yml
vendored
@ -48,9 +48,9 @@ jobs:
|
||||
with:
|
||||
crate: "cargo-nextest"
|
||||
cache-key: "macos"
|
||||
- name: "Test (Release mode)"
|
||||
- name: "Test"
|
||||
shell: bash
|
||||
run: "cargo nextest run --all --release --no-fail-fast --target=x86_64-apple-darwin"
|
||||
run: "cargo nextest run --all --no-fail-fast --target=x86_64-apple-darwin"
|
||||
- name: "Package"
|
||||
shell: bash
|
||||
run: "bash ci/deploy.sh"
|
||||
|
4
.github/workflows/gen_macos_continuous.yml
vendored
4
.github/workflows/gen_macos_continuous.yml
vendored
@ -51,9 +51,9 @@ jobs:
|
||||
with:
|
||||
crate: "cargo-nextest"
|
||||
cache-key: "macos"
|
||||
- name: "Test (Release mode)"
|
||||
- name: "Test"
|
||||
shell: bash
|
||||
run: "cargo nextest run --all --release --no-fail-fast --target=x86_64-apple-darwin"
|
||||
run: "cargo nextest run --all --no-fail-fast --target=x86_64-apple-darwin"
|
||||
- name: "Package"
|
||||
env:
|
||||
MACOS_APPLEID: ${{ secrets.MACOS_APPLEID }}
|
||||
|
4
.github/workflows/gen_macos_tag.yml
vendored
4
.github/workflows/gen_macos_tag.yml
vendored
@ -36,9 +36,9 @@ jobs:
|
||||
with:
|
||||
crate: "cargo-nextest"
|
||||
cache-key: "macos"
|
||||
- name: "Test (Release mode)"
|
||||
- name: "Test"
|
||||
shell: bash
|
||||
run: "cargo nextest run --all --release --no-fail-fast --target=x86_64-apple-darwin"
|
||||
run: "cargo nextest run --all --no-fail-fast --target=x86_64-apple-darwin"
|
||||
- name: "Package"
|
||||
env:
|
||||
MACOS_APPLEID: ${{ secrets.MACOS_APPLEID }}
|
||||
|
4
.github/workflows/gen_opensuse_leap.yml
vendored
4
.github/workflows/gen_opensuse_leap.yml
vendored
@ -70,9 +70,9 @@ jobs:
|
||||
with:
|
||||
crate: "cargo-nextest"
|
||||
cache-key: "opensuse_leap"
|
||||
- name: "Test (Release mode)"
|
||||
- name: "Test"
|
||||
shell: bash
|
||||
run: "cargo nextest run --all --release --no-fail-fast"
|
||||
run: "cargo nextest run --all --no-fail-fast"
|
||||
- name: "Package"
|
||||
shell: bash
|
||||
run: "bash ci/deploy.sh"
|
||||
|
@ -74,9 +74,9 @@ jobs:
|
||||
with:
|
||||
crate: "cargo-nextest"
|
||||
cache-key: "opensuse_leap"
|
||||
- name: "Test (Release mode)"
|
||||
- name: "Test"
|
||||
shell: bash
|
||||
run: "cargo nextest run --all --release --no-fail-fast"
|
||||
run: "cargo nextest run --all --no-fail-fast"
|
||||
- name: "Package"
|
||||
shell: bash
|
||||
run: "bash ci/deploy.sh"
|
||||
|
4
.github/workflows/gen_opensuse_leap_tag.yml
vendored
4
.github/workflows/gen_opensuse_leap_tag.yml
vendored
@ -53,9 +53,9 @@ jobs:
|
||||
with:
|
||||
crate: "cargo-nextest"
|
||||
cache-key: "opensuse_leap"
|
||||
- name: "Test (Release mode)"
|
||||
- name: "Test"
|
||||
shell: bash
|
||||
run: "cargo nextest run --all --release --no-fail-fast"
|
||||
run: "cargo nextest run --all --no-fail-fast"
|
||||
- name: "Package"
|
||||
shell: bash
|
||||
run: "bash ci/deploy.sh"
|
||||
|
@ -73,9 +73,9 @@ jobs:
|
||||
with:
|
||||
crate: "cargo-nextest"
|
||||
cache-key: "opensuse_tumbleweed"
|
||||
- name: "Test (Release mode)"
|
||||
- name: "Test"
|
||||
shell: bash
|
||||
run: "cargo nextest run --all --release --no-fail-fast"
|
||||
run: "cargo nextest run --all --no-fail-fast"
|
||||
- name: "Package"
|
||||
shell: bash
|
||||
run: "bash ci/deploy.sh"
|
||||
|
@ -77,9 +77,9 @@ jobs:
|
||||
with:
|
||||
crate: "cargo-nextest"
|
||||
cache-key: "opensuse_tumbleweed"
|
||||
- name: "Test (Release mode)"
|
||||
- name: "Test"
|
||||
shell: bash
|
||||
run: "cargo nextest run --all --release --no-fail-fast"
|
||||
run: "cargo nextest run --all --no-fail-fast"
|
||||
- name: "Package"
|
||||
shell: bash
|
||||
run: "bash ci/deploy.sh"
|
||||
|
@ -56,9 +56,9 @@ jobs:
|
||||
with:
|
||||
crate: "cargo-nextest"
|
||||
cache-key: "opensuse_tumbleweed"
|
||||
- name: "Test (Release mode)"
|
||||
- name: "Test"
|
||||
shell: bash
|
||||
run: "cargo nextest run --all --release --no-fail-fast"
|
||||
run: "cargo nextest run --all --no-fail-fast"
|
||||
- name: "Package"
|
||||
shell: bash
|
||||
run: "bash ci/deploy.sh"
|
||||
|
4
.github/workflows/gen_ubuntu20.04.yml
vendored
4
.github/workflows/gen_ubuntu20.04.yml
vendored
@ -78,9 +78,9 @@ jobs:
|
||||
with:
|
||||
crate: "cargo-nextest"
|
||||
cache-key: "ubuntu20.04"
|
||||
- name: "Test (Release mode)"
|
||||
- name: "Test"
|
||||
shell: bash
|
||||
run: "cargo nextest run --all --release --no-fail-fast"
|
||||
run: "cargo nextest run --all --no-fail-fast"
|
||||
- name: "Package"
|
||||
shell: bash
|
||||
run: "bash ci/deploy.sh"
|
||||
|
@ -82,9 +82,9 @@ jobs:
|
||||
with:
|
||||
crate: "cargo-nextest"
|
||||
cache-key: "ubuntu20.04"
|
||||
- name: "Test (Release mode)"
|
||||
- name: "Test"
|
||||
shell: bash
|
||||
run: "cargo nextest run --all --release --no-fail-fast"
|
||||
run: "cargo nextest run --all --no-fail-fast"
|
||||
- name: "Package"
|
||||
shell: bash
|
||||
run: "bash ci/deploy.sh"
|
||||
|
4
.github/workflows/gen_ubuntu20.04_tag.yml
vendored
4
.github/workflows/gen_ubuntu20.04_tag.yml
vendored
@ -58,9 +58,9 @@ jobs:
|
||||
with:
|
||||
crate: "cargo-nextest"
|
||||
cache-key: "ubuntu20.04"
|
||||
- name: "Test (Release mode)"
|
||||
- name: "Test"
|
||||
shell: bash
|
||||
run: "cargo nextest run --all --release --no-fail-fast"
|
||||
run: "cargo nextest run --all --no-fail-fast"
|
||||
- name: "Package"
|
||||
shell: bash
|
||||
run: "bash ci/deploy.sh"
|
||||
|
4
.github/workflows/gen_ubuntu22.04.yml
vendored
4
.github/workflows/gen_ubuntu22.04.yml
vendored
@ -73,9 +73,9 @@ jobs:
|
||||
with:
|
||||
crate: "cargo-nextest"
|
||||
cache-key: "ubuntu22.04"
|
||||
- name: "Test (Release mode)"
|
||||
- name: "Test"
|
||||
shell: bash
|
||||
run: "cargo nextest run --all --release --no-fail-fast"
|
||||
run: "cargo nextest run --all --no-fail-fast"
|
||||
- name: "Package"
|
||||
shell: bash
|
||||
run: "bash ci/deploy.sh"
|
||||
|
@ -77,9 +77,9 @@ jobs:
|
||||
with:
|
||||
crate: "cargo-nextest"
|
||||
cache-key: "ubuntu22.04"
|
||||
- name: "Test (Release mode)"
|
||||
- name: "Test"
|
||||
shell: bash
|
||||
run: "cargo nextest run --all --release --no-fail-fast"
|
||||
run: "cargo nextest run --all --no-fail-fast"
|
||||
- name: "Package"
|
||||
shell: bash
|
||||
run: "bash ci/deploy.sh"
|
||||
|
4
.github/workflows/gen_ubuntu22.04_tag.yml
vendored
4
.github/workflows/gen_ubuntu22.04_tag.yml
vendored
@ -56,9 +56,9 @@ jobs:
|
||||
with:
|
||||
crate: "cargo-nextest"
|
||||
cache-key: "ubuntu22.04"
|
||||
- name: "Test (Release mode)"
|
||||
- name: "Test"
|
||||
shell: bash
|
||||
run: "cargo nextest run --all --release --no-fail-fast"
|
||||
run: "cargo nextest run --all --no-fail-fast"
|
||||
- name: "Package"
|
||||
shell: bash
|
||||
run: "bash ci/deploy.sh"
|
||||
|
4
.github/workflows/gen_windows.yml
vendored
4
.github/workflows/gen_windows.yml
vendored
@ -44,9 +44,9 @@ jobs:
|
||||
with:
|
||||
crate: "cargo-nextest"
|
||||
cache-key: "windows"
|
||||
- name: "Test (Release mode)"
|
||||
- name: "Test"
|
||||
shell: bash
|
||||
run: "cargo nextest run --all --release --no-fail-fast"
|
||||
run: "cargo nextest run --all --no-fail-fast"
|
||||
- name: "Package"
|
||||
shell: bash
|
||||
run: "bash ci/deploy.sh"
|
||||
|
4
.github/workflows/gen_windows_continuous.yml
vendored
4
.github/workflows/gen_windows_continuous.yml
vendored
@ -48,9 +48,9 @@ jobs:
|
||||
with:
|
||||
crate: "cargo-nextest"
|
||||
cache-key: "windows"
|
||||
- name: "Test (Release mode)"
|
||||
- name: "Test"
|
||||
shell: bash
|
||||
run: "cargo nextest run --all --release --no-fail-fast"
|
||||
run: "cargo nextest run --all --no-fail-fast"
|
||||
- name: "Package"
|
||||
shell: bash
|
||||
run: "bash ci/deploy.sh"
|
||||
|
4
.github/workflows/gen_windows_tag.yml
vendored
4
.github/workflows/gen_windows_tag.yml
vendored
@ -34,9 +34,9 @@ jobs:
|
||||
with:
|
||||
crate: "cargo-nextest"
|
||||
cache-key: "windows"
|
||||
- name: "Test (Release mode)"
|
||||
- name: "Test"
|
||||
shell: bash
|
||||
run: "cargo nextest run --all --release --no-fail-fast"
|
||||
run: "cargo nextest run --all --no-fail-fast"
|
||||
- name: "Package"
|
||||
shell: bash
|
||||
run: "bash ci/deploy.sh"
|
||||
|
@ -437,7 +437,7 @@ cargo build --all --release""",
|
||||
]
|
||||
|
||||
def test_all_release(self):
|
||||
run = "cargo nextest run --all --release --no-fail-fast"
|
||||
run = "cargo nextest run --all --no-fail-fast"
|
||||
if "macos" in self.name:
|
||||
run += " --target=x86_64-apple-darwin"
|
||||
if self.name == "centos7":
|
||||
@ -447,7 +447,7 @@ cargo build --all --release""",
|
||||
InstallCrateStep("cargo-nextest", key=self.name),
|
||||
# Run tests
|
||||
RunStep(
|
||||
name="Test (Release mode)",
|
||||
name="Test",
|
||||
run=run,
|
||||
),
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user