From 24bdc697e8cd75350f3b8d51ef459dc7e14a9800 Mon Sep 17 00:00:00 2001 From: Philipp Middendorf Date: Tue, 7 Jan 2025 14:55:12 +0100 Subject: [PATCH] CI: add --enable-tests to cabal command line --- .github/workflows/build-on-debian.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-on-debian.yml b/.github/workflows/build-on-debian.yml index 3e0a783..2c43fc0 100644 --- a/.github/workflows/build-on-debian.yml +++ b/.github/workflows/build-on-debian.yml @@ -14,4 +14,4 @@ jobs: - name: install hdf5 run: sudo apt-get install -y libhdf5-dev libffi-dev - name: build and test with cabal - run: cabal test + run: cabal test --enable-tests