File tree Expand file tree Collapse file tree 1 file changed +20
-13
lines changed Expand file tree Collapse file tree 1 file changed +20
-13
lines changed Original file line number Diff line number Diff line change @@ -21,29 +21,29 @@ jobs:
21
21
os : [ubuntu-latest]
22
22
ghc :
23
23
- " 8.0.2"
24
- # Andreas, 2023-06-20, reduce CI load, keep only extremal GHC versions
25
- # - "8.2.2"
26
- # - "8.4.4"
27
- # - "8.6.5"
28
- # - "8.8.4"
29
- # - "8.10.7"
30
- # - "9.0.2"
31
- # - "9.2.8"
32
- # - "9.4.8"
24
+ - " 8.2.2"
25
+ - " 8.4.4"
26
+ - " 8.6.5"
27
+ - " 8.8.4"
28
+ - " 8.10.7"
29
+ - " 9.0.2"
30
+ - " 9.2.8"
31
+ - " 9.4.8"
33
32
- " 9.6.6"
34
33
- " 9.8.2"
35
34
- " 9.10.1"
35
+ - " 9.12.1"
36
36
include :
37
- - ghc : " 9.10 .1"
37
+ - ghc : " 9.12 .1"
38
38
os : macos-latest
39
- - ghc : " 9.10 .1"
39
+ - ghc : " 9.12 .1"
40
40
os : windows-latest
41
41
42
42
steps :
43
43
- uses : actions/checkout@v4
44
44
45
45
- uses : haskell-actions/setup@v2
46
- id : setup-haskell-cabal
46
+ id : setup
47
47
with :
48
48
ghc-version : ${{ matrix.ghc }}
49
49
cabal-version : " latest"
53
53
name : Cache cabal stuff
54
54
with :
55
55
path : |
56
- ${{ steps.setup-haskell-cabal .outputs.cabal-store }}
56
+ ${{ steps.setup.outputs.cabal-store }}
57
57
dist-newstyle
58
58
key : ${{ runner.os }}-${{ matrix.ghc }}
59
59
85
85
export ALEX
86
86
cabal run --enable-tests alex:test:tests
87
87
88
+ - name : Test (with debugging)
89
+ run : |
90
+ cd alex-*/
91
+ ALEX="$(cabal list-bin alex)"
92
+ export ALEX
93
+ cabal run --enable-tests alex:test:tests-debug
94
+
88
95
- name : Haddock
89
96
run : |
90
97
cd alex-*/
You can’t perform that action at this time.
0 commit comments