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

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

View File

@ -22,7 +22,7 @@ jobs:
run: cabal update run: cabal update
- name: Prepare system - name: Prepare system
run: cabal build graphql-test run: cabal build graphql-test
- run: cabal test --test-show-details=streaming - run: cabal test --test-show-details=streaming --enable-tests
doc: doc:
runs-on: buildenv runs-on: buildenv