diff --git a/.forgejo/workflows/test.yaml b/.forgejo/workflows/test.yaml index a8b8bda..603a9be 100644 --- a/.forgejo/workflows/test.yaml +++ b/.forgejo/workflows/test.yaml @@ -50,8 +50,12 @@ jobs: - name: Build project run: cabal build --enable-tests --enable-benchmarks - - name: Run tests - run: cabal test --test-show-details=direct - - name: Run documentation build run: cabal haddock + + + test: + runs-on: docker + steps: + - name: Run tests + run: cabal test --test-show-details=direct