summaryrefslogtreecommitdiff
path: root/.gitea
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2025-01-18 16:38:53 +0100
committerEugen Wissner <belka@caraus.de>2025-01-18 16:54:11 +0100
commit497edf326d51e1dd82ea497f2367ebaa19428b85 (patch)
tree1ec48d812681b9b5b968cbf2ca99bbe6571302a7 /.gitea
parent663e4f35213ac486ffbb86a76877fcac7b58a1e8 (diff)
downloadgraphql-497edf326d51e1dd82ea497f2367ebaa19428b85.tar.gz
Add --enable-tests to test
Diffstat (limited to '.gitea')
-rw-r--r--.gitea/workflows/build.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml
index ebb81c3..4732966 100644
--- a/.gitea/workflows/build.yml
+++ b/.gitea/workflows/build.yml
@@ -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