Skip to content

Commit 6ef675d

Browse files
committed
Add make test
1 parent 7f9337f commit 6ef675d

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.github/workflows/test-ghcup.yaml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ jobs:
8787
- run: which cabal
8888
- run: cabal --version
8989

90-
9190
vanilla-channel:
9291
strategy:
9392
matrix:
@@ -163,3 +162,15 @@ jobs:
163162
run: |
164163
cat $(stack path --stack-root)/hooks/ghc-install.sh
165164
shell: bash
165+
166+
make:
167+
runs-on: ubuntu-latest
168+
steps:
169+
- uses: actions/checkout@v4
170+
- run: |
171+
set -eux
172+
pushd ghcup
173+
npx bun install
174+
popd
175+
BUN="npx bun" make -C ghcup
176+
git diff --exit-code

0 commit comments

Comments
 (0)