Skip to content

Commit

Permalink
fix CI (bad rebase)
Browse files Browse the repository at this point in the history
  • Loading branch information
raehik committed Feb 1, 2022
1 parent f427773 commit d5c8ba2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ jobs:
- name: Build and run tests
run: stack --no-terminal haddock --test --no-haddock-deps --pedantic

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

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

=======
ubuntu-cabal-test:
runs-on: ubuntu-latest
name: Ubuntu / GHC ${{ matrix.ghc }}, Cabal ${{ matrix.cabal }} / test
>>>>>>> b360279 (add CI job for running benchmarks)
strategy:
fail-fast: false # don't stop if one job (= GHC version) fails
matrix:
Expand Down

0 comments on commit d5c8ba2

Please sign in to comment.