Skip to content

Commit

Permalink
refactor(ci): removed GHC version matrix
Browse files Browse the repository at this point in the history
Since we now only expose one in the flake
  • Loading branch information
DavidMazarro committed Oct 1, 2024
1 parent a5047a8 commit aa8b13c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ jobs:
- macos-13 # x86_64-darwin
- macos-latest # aarch64-darwin
- ubuntu-latest # x86_64-linux
ghc:
- ghc966
fail-fast: true
runs-on: ${{ matrix.os }}
timeout-minutes: 30
Expand All @@ -27,9 +25,9 @@ jobs:
extra-conf: accept-flake-config = true
- uses: DeterminateSystems/magic-nix-cache-action@v7
- name: Compile code ${{ matrix.ghc }}
run: nix build .#test-${{ matrix.ghc }}
run: nix build .#test
- name: Run tests ${{ matrix.ghc }}
run: nix run .#test-${{ matrix.ghc }}
run: nix run .#test

docker:
uses: ./.github/workflows/reusable-docker.yml
Expand Down

0 comments on commit aa8b13c

Please sign in to comment.