File tree Expand file tree Collapse file tree 3 files changed +5
-62
lines changed
servant-quickcheck/.github/workflows Expand file tree Collapse file tree 3 files changed +5
-62
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,12 @@ jobs:
15
15
steps :
16
16
- name : Extract the tested GHC versions
17
17
id : set-matrix
18
- uses :
kleidukos/[email protected] .6 .0
18
+ uses :
kleidukos/[email protected] .7 .0
19
19
with :
20
20
cabal-file : servant/servant.cabal
21
- ubuntu : true
22
- version : 0.1.6.0
21
+ ubuntu-version : " latest"
22
+ macos-version : " latest"
23
+ version : 0.1.7.0
23
24
tests :
24
25
name : ${{ matrix.ghc }} on ${{ matrix.os }}
25
26
needs : generate-matrix
78
79
(cd servant-machines && eval $DOCTEST)
79
80
(cd servant-conduit && eval $DOCTEST)
80
81
(cd servant-pipes && eval $DOCTEST)
82
+ (cd servant-quickcheck && eval $DOCTEST)
81
83
82
84
- name : Save cache
83
85
uses : actions/cache/save@v3
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments