Skip to content

Commit 83432cf

Browse files
committed
WIP: github: Test running most jobs that run on Windows
1 parent 5c5a462 commit 83432cf

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 5 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
@@ -543,7 +542,6 @@ jobs:
543542
# This also forces testing the bundled python executables.
544543
test-openmp:
545544
# Only running these tests in scheduled builds.
546-
if: github.event_name == 'schedule'
547545
needs: [linux-cross-windows, prepare]
548546
strategy:
549547
fail-fast: false
@@ -606,7 +604,6 @@ jobs:
606604
# also forces testing the bundled python executables.
607605
test-compiler-rt:
608606
# Only running these tests in scheduled builds.
609-
if: github.event_name == 'schedule'
610607
needs: [linux-cross-windows, prepare]
611608
strategy:
612609
fail-fast: false
@@ -683,7 +680,6 @@ jobs:
683680
# enabled, to catch code generation bugs that might trigger asserts, to
684681
# find such regressions early.
685682
linux-test-cross-build-ffmpeg:
686-
if: github.event_name == 'schedule'
687683
needs: [linux-asserts]
688684
runs-on: ubuntu-latest
689685
strategy:
@@ -728,7 +724,6 @@ jobs:
728724
# compiler itself, but that only show up at runtime. This is only done
729725
# for scheduled builds.
730726
test-ffmpeg:
731-
if: github.event_name == 'schedule'
732727
needs: [linux-cross-windows]
733728
runs-on: windows-latest
734729
defaults:

.github/workflows/test-llvm.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: Run LLVM tests
22
on:
3+
push:
34
workflow_dispatch:
45
inputs:
56
ref:

0 commit comments

Comments
 (0)