Skip to content

Commit dc522cf

Browse files
committed
Oh we're in CI hell now
- Disable the other CI jobs, so we don't waste runner time. - Pass --enable-tests to the test job. IDK, surely I don't need this. I cannot stress enough how this all works locally. What happened to Nix's reproducibility! This is why I write OCaml, at least there "dune runtest" runs my tests.
1 parent 3e53db6 commit dc522cf

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

.github/workflows/ci-wasm32-wasi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
- name: Test
2323
run: |
2424
nix shell "gitlab:haskell-wasm/ghc-wasm-meta?host=gitlab.haskell.org&rev=${GHC_WASM_META}"#{wasmtime,wasm32-wasi-cabal-9_12,wasm32-wasi-ghc-9_12} --command \
25-
wasm32-wasi-cabal test --test-wrapper ./tests/run-wasmtime.sh
25+
wasm32-wasi-cabal test --enable-tests --test-wrapper ./tests/run-wasmtime.sh

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77

88
jobs:
99
cabal:
10+
if: false
1011
name: ${{ matrix.os }} - GHC ${{ matrix.ghc }}
1112
runs-on: ${{ matrix.os }}
1213
strategy:

.github/workflows/haskell-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ on:
2222
- main
2323
jobs:
2424
linux:
25+
if: false
2526
name: Haskell-CI - Linux - ${{ matrix.compiler }}
2627
runs-on: ubuntu-20.04
2728
timeout-minutes:

.github/workflows/stack.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ defaults:
1313

1414
jobs:
1515
stack:
16+
if: false
1617
name: Stack ${{ matrix.ghc }} on ${{ matrix.os }}
1718
runs-on: ${{ matrix.os }}
1819
timeout-minutes: 60

0 commit comments

Comments
 (0)