We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8646beb commit 46a0c02Copy full SHA for 46a0c02
1 file changed
.github/workflows/test.yaml
@@ -34,7 +34,7 @@ jobs:
34
- name: Build packages
35
run: nix -L develop -c cabal build -fmwb all
36
- name: Run resource tests
37
- run: nix -L develop .#test-ext-deps -c cabal test internal-test --test-option='-p /resources/'
+ run: nix -L develop .#test-ext-deps -c cabal test ghc-worker --test-option='-p /resources/'
38
- name: Clean up Cabal store to switch to vanilla GHC
39
run: rm -rf $(nix develop -c cabal path --store-dir)/ghc-9.10.1-inplace dist-newstyle
40
- name: Build packages with vanilla GHC
0 commit comments