diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ace1e9414..216e06e84 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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