From 29db7290d5b9248b19c89b00dbfce1cc39d678e9 Mon Sep 17 00:00:00 2001 From: Brian Smith Date: Thu, 16 Jan 2025 19:47:24 -0800 Subject: [PATCH] CI: Use release mode for all CPU coverage tests. This enables more extensive testing that's disabled in debug mode because it is too slow. --- .github/workflows/ci.yml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ace1e9414..2b567f8c2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -633,7 +633,7 @@ jobs: - features: --features=unstable-testing-arm-no-hw,std target: aarch64-unknown-linux-gnu - mode: # debug + mode: --release rust_channel: nightly host_os: ubuntu-22.04 @@ -645,7 +645,7 @@ jobs: - features: --features=unstable-testing-arm-no-neon,std target: armv7-unknown-linux-gnueabihf - mode: # debug + mode: --release rust_channel: nightly host_os: ubuntu-22.04 @@ -677,84 +677,84 @@ jobs: - target: i686-unknown-linux-gnu cpu_model: Conroe-v1 features: --features=std - mode: # debug + mode: --release rust_channel: nightly host_os: ubuntu-22.04 - target: x86_64-unknown-linux-gnu cpu_model: Conroe-v1 features: --features=std - mode: # debug + mode: --release rust_channel: nightly host_os: ubuntu-22.04 - target: i686-unknown-linux-gnu cpu_model: Denverton-v2 features: --features=std - mode: # debug + mode: --release rust_channel: nightly host_os: ubuntu-22.04 - target: x86_64-unknown-linux-gnu cpu_model: Denverton-v2 features: --features=std - mode: # debug + mode: --release rust_channel: nightly host_os: ubuntu-22.04 - target: i686-unknown-linux-gnu cpu_model: Haswell features: --features=std - mode: # debug + mode: --release rust_channel: nightly host_os: ubuntu-22.04 - target: x86_64-unknown-linux-gnu cpu_model: Haswell features: --features=std - mode: # debug + mode: --release rust_channel: nightly host_os: ubuntu-22.04 - target: i686-unknown-linux-gnu cpu_model: Nehalem features: --features=std - mode: # debug + mode: --release rust_channel: nightly host_os: ubuntu-22.04 - target: x86_64-unknown-linux-gnu cpu_model: Nehalem features: --features=std - mode: # debug + mode: --release rust_channel: nightly host_os: ubuntu-22.04 - target: i686-unknown-linux-gnu cpu_model: SandyBridge features: --features=std - mode: # debug + mode: --release rust_channel: nightly host_os: ubuntu-22.04 - target: x86_64-unknown-linux-gnu cpu_model: SandyBridge features: --features=std - mode: # debug + mode: --release rust_channel: nightly host_os: ubuntu-22.04 - target: i686-unknown-linux-gnu cpu_model: Westmere features: --features=std - mode: # debug + mode: --release rust_channel: nightly host_os: ubuntu-22.04 - target: x86_64-unknown-linux-gnu cpu_model: Westmere features: --features=std - mode: # debug + mode: --release rust_channel: nightly host_os: ubuntu-22.04