Skip to content

Commit 38b74bf

Browse files
committed
Remove os_test
1 parent 1246901 commit 38b74bf

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -67,23 +67,6 @@ jobs:
6767
- run: cabal install --overwrite-policy=always hspec-discover
6868
- run: cabal test --test-show-details=streaming --test-options="--format=checks"
6969

70-
os_test:
71-
strategy:
72-
matrix:
73-
os:
74-
- ubuntu-latest
75-
- macos-latest
76-
77-
name: 'os_test: ${{ matrix.os }}'
78-
runs-on: ${{ matrix.os }}
79-
steps:
80-
- uses: actions/[email protected]
81-
- uses: actions/[email protected]
82-
with:
83-
path: ~/.stack
84-
key: ${{ runner.os }}-os_test-${{ hashFiles('stack.yaml', 'nvim-hs.cabal') }}
85-
- run: stack test --fast
86-
8770
build_haddock:
8871
runs-on: ubuntu-latest
8972
steps:

0 commit comments

Comments
 (0)