summaryrefslogtreecommitdiff
path: root/.gitea/workflows/build.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitea/workflows/build.yml')
-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