Skip to content

Commit

Permalink
Merge branch 'ci' of github.com:runeksvendsen/packman into ci
Browse files Browse the repository at this point in the history
  • Loading branch information
runeksvendsen committed Dec 28, 2024
2 parents d53f01f + 4cf67a8 commit 8ddc622
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cabal-in-nix-shell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
jobs:
build_test:
strategy:
fail-fast: false
matrix:
os: [ubuntu-22.04, ubuntu-20.04, macos-13]
ghc: [ghc7103, ghc802, ghc822, ghc844, ghc865Binary, ghc884, ghc810, ghc90, ghc92, ghc94, ghc96]
Expand Down Expand Up @@ -53,3 +54,7 @@ jobs:

- name: Run tests
run: nix-shell --argstr ghcVersion ${{ matrix.ghc }} --run 'cabal test --test-show-details direct' # "--test-show-details direct" makes cabal print test suite output to terminal

- name: Run failed tests
if: failure()
run: nix-shell --argstr ghcVersion ${{ matrix.ghc }} --run 'cabal test --test-show-details failures'

0 comments on commit 8ddc622

Please sign in to comment.