Add --enable-tests to test
Some checks failed
Build / audit (push) Successful in 16s
Build / test (push) Failing after 6m27s
Build / doc (push) Successful in 5m28s

This commit is contained in:
Eugen Wissner 2025-01-18 16:38:53 +01:00
parent 663e4f3521
commit aaff145cb0
Signed by: belka
GPG Key ID: A27FDC1E8EE902C0

View File

@ -21,7 +21,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: cabal update run: cabal update
- name: Prepare system - name: Prepare system
run: cabal build graphql-test run: cabal build graphql-test --enable-tests
- run: cabal test --test-show-details=streaming - run: cabal test --test-show-details=streaming
doc: doc: