Add --enable-tests to test
All checks were successful
Build / audit (push) Successful in 16s
Build / test (push) Successful in 6m26s
Build / doc (push) Successful in 5m23s

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

View File

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