Skip to content

Commit 2a2b3ea

Browse files
committed
Remove duplication in CI
1 parent c12ac7e commit 2a2b3ea

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,6 @@ jobs:
119119
- name: Add more failing tests because the sysroot is not compiled with LTO
120120
run: cat failing-non-lto-tests.txt >> failing-ui-tests.txt
121121

122-
- name: Add more failing tests because the sysroot is not compiled with LTO
123-
run: cat failing-non-lto-tests.txt >> failing-ui-tests.txt
124-
125122
- name: Run tests
126123
run: |
127124
./test.sh --release --clean --build-sysroot ${{ matrix.commands }}

0 commit comments

Comments
 (0)