about summary refs log tree commit diff
path: root/.github/workflows
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume.gomez@huawei.com>2023-11-02 13:54:14 +0100
committerGuillaume Gomez <guillaume.gomez@huawei.com>2023-11-02 21:03:27 +0100
commita141b6975b44f9cd3bc2bbc752885ffe630e4bce (patch)
tree84a424606a064a2d3fa8fa7d71310b6351324582 /.github/workflows
parent25a96ca0e5dc680362ebf6cb83dbab1024a527ae (diff)
downloadrust-a141b6975b44f9cd3bc2bbc752885ffe630e4bce.tar.gz
rust-a141b6975b44f9cd3bc2bbc752885ffe630e4bce.zip
Rename `SKIP_CODEGEN_TESTS` into `ENABLE_GCC_CODEGEN`
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 1bbf902cedd..8cc26d2995e 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -58,7 +58,7 @@ jobs:
             env: {}
           - name: x86_64-gnu-llvm-15
             env:
-              SKIP_CODEGEN_TESTS: "1"
+              ENABLE_GCC_CODEGEN: "1"
             os: ubuntu-20.04-16core-64gb
           - name: x86_64-gnu-tools
             os: ubuntu-20.04-16core-64gb