Skip to content

Commit 4060075

Browse files
committed
fix CI (bad rebase)
1 parent 1b21ecf commit 4060075

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ jobs:
3737
- name: Build and run tests
3838
run: stack --no-terminal haddock --test --no-haddock-deps --pedantic
3939

40-
<<<<<<< HEAD
4140
- name: Install (to place executable at a known location)
4241
run: stack --no-terminal install
4342

@@ -52,11 +51,6 @@ jobs:
5251
runs-on: ubuntu-latest
5352
name: Ubuntu / GHC ${{ matrix.ghc }}, Cabal / test
5453

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)
6054
strategy:
6155
fail-fast: false # don't stop if one job (= GHC version) fails
6256
matrix:

0 commit comments

Comments
 (0)