Skip to content

Commit eb95edf

Browse files
committed
full test
1 parent 044f1bb commit eb95edf

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

.github/workflows/nix.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,8 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
# ghc: ['default', 'ghc8102', 'ghc884', 'ghc865']
12-
# os: [ubuntu-latest, macOS-latest]
13-
ghc: ["ghc884"]
14-
os: [ubuntu-latest]
11+
ghc: ["default", "ghc8102", "ghc884", "ghc865"]
12+
os: [ubuntu-latest, macOS-latest]
1513

1614
steps:
1715
- uses: actions/checkout@v2

.github/workflows/test.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,8 @@ jobs:
77
strategy:
88
fail-fast: false
99
matrix:
10-
# ghc: ['8.10.2', '8.10.1', '8.8.4', '8.8.3', '8.8.2', '8.6.5', '8.6.4']
11-
# os: [ubuntu-latest, macOS-latest, windows-latest]
12-
ghc: ["8.10.2"]
13-
os: [ubuntu-latest]
10+
ghc: ["8.10.2", "8.10.1", "8.8.4", "8.8.3", "8.8.2", "8.6.5", "8.6.4"]
11+
os: [ubuntu-latest, macOS-latest, windows-latest]
1412
exclude:
1513
- os: windows-latest
1614
ghc: "8.10.2" # broken due to https://gitlab.haskell.org/ghc/ghc/-/issues/18550

0 commit comments

Comments
 (0)