Skip to content

Commit 46a0c02

Browse files
Run tests in CI
1 parent 8646beb commit 46a0c02

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Build packages
3535
run: nix -L develop -c cabal build -fmwb all
3636
- name: Run resource tests
37-
run: nix -L develop .#test-ext-deps -c cabal test internal-test --test-option='-p /resources/'
37+
run: nix -L develop .#test-ext-deps -c cabal test ghc-worker --test-option='-p /resources/'
3838
- name: Clean up Cabal store to switch to vanilla GHC
3939
run: rm -rf $(nix develop -c cabal path --store-dir)/ghc-9.10.1-inplace dist-newstyle
4040
- name: Build packages with vanilla GHC

0 commit comments

Comments
 (0)