Add --enable-tests to test

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 - 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 --enable-tests
doc: doc:
runs-on: buildenv runs-on: buildenv