Skip to content

Commit 80794d2

Browse files
committed
WIP: github: Run test-libcxx, test-compiler-rt and test-openmp on push
1 parent 9abe6a8 commit 80794d2

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
@@ -484,7 +484,6 @@ jobs:
484484
# testing with the latest compiler instead of an older release).
485485
# Therefore, keep the test disabled by default; it's easy to enable
486486
# temporarily on a branch for testing.
487-
if: false
488487
needs: [linux-cross-windows, prepare]
489488
strategy:
490489
fail-fast: false
@@ -546,7 +545,6 @@ jobs:
546545
# This also forces testing the bundled python executables.
547546
test-openmp:
548547
# Only running these tests in scheduled builds.
549-
if: github.event_name == 'schedule'
550548
needs: [linux-cross-windows, prepare]
551549
strategy:
552550
fail-fast: false
@@ -612,7 +610,6 @@ jobs:
612610
# also forces testing the bundled python executables.
613611
test-compiler-rt:
614612
# Only running these tests in scheduled builds.
615-
if: github.event_name == 'schedule'
616613
needs: [linux-cross-windows, prepare]
617614
strategy:
618615
fail-fast: false

0 commit comments

Comments
 (0)