Skip to content

Commit 52dcfb8

Browse files
committed
Try to minimize the new CI config
1 parent 008cab4 commit 52dcfb8

File tree

1 file changed

+0
-43
lines changed

1 file changed

+0
-43
lines changed

.github/workflows/32bit-ci.yml

Lines changed: 0 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -10,50 +10,7 @@ defaults:
1010
shell: bash
1111

1212
jobs:
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

0 commit comments

Comments
 (0)