Skip to content

Commit 6e1b903

Browse files
authored
Merge pull request #33 from reflex-frp/aa/cabal-test
ci: Try to fix cabal test invocation; remove travis
2 parents 0019cce + 9292520 commit 6e1b903

File tree

3 files changed

+1
-186
lines changed

3 files changed

+1
-186
lines changed

.github/workflows/haskell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ jobs:
4242
- name: Build
4343
run: cabal build --enable-tests --enable-benchmarks all
4444
- name: Run tests
45-
run: cabal test all
45+
run: cabal test --enable-tests all
4646
- name: Build Docs
4747
run: cabal haddock

.travis.yml

Lines changed: 0 additions & 171 deletions
This file was deleted.

cabal.haskell-ci

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)