diff options
| author | Antoni Boucher <bouanto@zoho.com> | 2023-10-25 20:43:51 -0400 |
|---|---|---|
| committer | Antoni Boucher <bouanto@zoho.com> | 2023-10-25 20:43:51 -0400 |
| commit | 2a2b3ea48bd458d30fdfa044111932b77f690099 (patch) | |
| tree | 4e12fcf5356abecd8e31a08f106b5ccefbc8b9cf | |
| parent | c12ac7ea76d4051261010932d98a1b7f394a9eaa (diff) | |
| download | rust-2a2b3ea48bd458d30fdfa044111932b77f690099.tar.gz rust-2a2b3ea48bd458d30fdfa044111932b77f690099.zip | |
Remove duplication in CI
| -rw-r--r-- | .github/workflows/ci.yml | 3 |
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 }} |
