Skip to content

Commit

Permalink
Unfuck
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljharvey committed Nov 18, 2023
1 parent 096bff7 commit 2738f7d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/smol-haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
build:
strategy:
matrix:
things:
- "make test-smol"
- "make test-smol-backend"
- "make test-smol-wasm"
- "make test-smol-modules"
- "make build-smol-repl"
command:
- test-smol
- test-smol-backend
- test-smol-wasm
- test-smol-modules
- build-smol-repl

runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -46,5 +46,5 @@ jobs:
${{ runner.os }}-cabal-9.6.3
- name: Test!
run: "${{ matrix.command }}"
run: "make ${{ matrix.command }}"

0 comments on commit 2738f7d

Please sign in to comment.