about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAntoni Boucher <bouanto@zoho.com>2023-10-25 20:43:51 -0400
committerAntoni Boucher <bouanto@zoho.com>2023-10-25 20:43:51 -0400
commit2a2b3ea48bd458d30fdfa044111932b77f690099 (patch)
tree4e12fcf5356abecd8e31a08f106b5ccefbc8b9cf
parentc12ac7ea76d4051261010932d98a1b7f394a9eaa (diff)
downloadrust-2a2b3ea48bd458d30fdfa044111932b77f690099.tar.gz
rust-2a2b3ea48bd458d30fdfa044111932b77f690099.zip
Remove duplication in CI
-rw-r--r--.github/workflows/ci.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index c3bb1bc088e..65e7a697ab0 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -119,9 +119,6 @@ jobs:
     - name: Add more failing tests because the sysroot is not compiled with LTO
       run: cat failing-non-lto-tests.txt >> failing-ui-tests.txt
 
-    - name: Add more failing tests because the sysroot is not compiled with LTO
-      run: cat failing-non-lto-tests.txt >> failing-ui-tests.txt
-
     - name: Run tests
       run: |
         ./test.sh --release --clean --build-sysroot ${{ matrix.commands }}