File tree Expand file tree Collapse file tree 1 file changed +0
-43
lines changed Expand file tree Collapse file tree 1 file changed +0
-43
lines changed Original file line number Diff line number Diff line change @@ -10,50 +10,7 @@ defaults:
1010 shell : bash
1111
1212jobs :
13- build :
14- runs-on : ${{ matrix.os }}
15- strategy :
16- fail-fast : true
17- matrix :
18- os : [ubuntu-latest]
19- ghc : ['9.12']
20- steps :
21- - uses : actions/checkout@v4
22- - uses : haskell-actions/setup@v2
23- id : setup-haskell-cabal
24- with :
25- ghc-version : ${{ matrix.ghc }}
26- - name : Update cabal package database
27- run : cabal update
28- - uses : actions/cache@v3
29- name : Cache cabal stuff
30- with :
31- path : |
32- ${{ steps.setup-haskell-cabal.outputs.cabal-store }}
33- dist-newstyle
34- key : ${{ runner.os }}-${{ matrix.ghc }}
35- - name : Test
36- run : |
37- cabal sdist -z -o .
38- cabal get unordered-containers-*.tar.gz
39- cd unordered-containers-*/
40- cabal build unordered-containers:tests --enable-tests --enable-benchmarks
41- cabal test --enable-tests --enable-benchmarks --test-show-details=direct all
42- - name : Bench
43- run : |
44- cd unordered-containers-*/
45- cabal bench --enable-tests --enable-benchmarks --benchmark-option=-l all
46- - name : Haddock
47- run : |
48- cd unordered-containers-*/
49- cabal haddock all
50- - name : Cabal check
51- run : |
52- cd unordered-containers-*/
53- cabal check
54-
5513 i386 :
56- needs : build
5714 runs-on : ubuntu-latest
5815 container :
5916 image : i386/ubuntu:bionic
You can’t perform that action at this time.
0 commit comments