We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b21ecf commit 4060075Copy full SHA for 4060075
.github/workflows/ci.yml
@@ -37,7 +37,6 @@ jobs:
37
- name: Build and run tests
38
run: stack --no-terminal haddock --test --no-haddock-deps --pedantic
39
40
-<<<<<<< HEAD
41
- name: Install (to place executable at a known location)
42
run: stack --no-terminal install
43
@@ -52,11 +51,6 @@ jobs:
52
51
runs-on: ubuntu-latest
53
name: Ubuntu / GHC ${{ matrix.ghc }}, Cabal / test
54
55
-=======
56
- ubuntu-cabal-test:
57
- runs-on: ubuntu-latest
58
- name: Ubuntu / GHC ${{ matrix.ghc }}, Cabal ${{ matrix.cabal }} / test
59
->>>>>>> b360279 (add CI job for running benchmarks)
60
strategy:
61
fail-fast: false # don't stop if one job (= GHC version) fails
62
matrix:
0 commit comments