Skip to content

Commit 0d16607

Browse files
committed
WIP: github: Run test-libcxx, test-openmp and test-compiler-rt on push too
1 parent e61df80 commit 0d16607

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,6 @@ jobs:
499499
# testing with the latest compiler instead of an older release).
500500
# Therefore, keep the test disabled by default; it's easy to enable
501501
# temporarily on a branch for testing.
502-
if: false
503502
needs: [linux-cross-windows, prepare]
504503
strategy:
505504
fail-fast: false
@@ -558,7 +557,6 @@ jobs:
558557
# This also forces testing the bundled python executables.
559558
test-openmp:
560559
# Only running these tests in scheduled builds.
561-
if: github.event_name == 'schedule'
562560
needs: [linux-cross-windows, prepare]
563561
strategy:
564562
fail-fast: false
@@ -621,7 +619,6 @@ jobs:
621619
# also forces testing the bundled python executables.
622620
test-compiler-rt:
623621
# Only running these tests in scheduled builds.
624-
if: github.event_name == 'schedule'
625622
needs: [linux-cross-windows, prepare]
626623
strategy:
627624
fail-fast: false

0 commit comments

Comments
 (0)