Skip to content

Commit

Permalink
ci: run all tests in Stack jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjm committed Sep 18, 2024
1 parent a95fed1 commit d68a3a2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/sandwich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,27 +159,35 @@ jobs:
stack build --stack-yaml ${{matrix.yaml}} --system-ghc --test --bench --no-run-tests --no-run-benchmarks
- name: Test (sandwich)
if: always()
run: stack test sandwich --stack-yaml ${{matrix.yaml}} --system-ghc

- name: Test (sandwich-contexts)
if: always()
run: stack test sandwich-contexts --stack-yaml ${{matrix.yaml}} --system-ghc --ta --debug

- name: Test (sandwich-contexts-docker)
if: always()
run: stack test sandwich-contexts-docker --stack-yaml ${{matrix.yaml}} --system-ghc

- name: Test (sandwich-contexts-kubernetes)
if: always()
run: stack test sandwich-contexts-kubernetes --stack-yaml ${{matrix.yaml}} --system-ghc

- name: Test (sandwich-contexts-minio)
if: always()
run: stack test sandwich-contexts-minio --stack-yaml ${{matrix.yaml}} --system-ghc

- name: Test (sandwich-hedgehog)
if: always()
run: stack test sandwich-hedgehog --stack-yaml ${{matrix.yaml}} --system-ghc

- name: Test (sandwich-quickcheck)
if: always()
run: stack test sandwich-quickcheck --stack-yaml ${{matrix.yaml}} --system-ghc

- name: Test (sandwich-webdriver)
if: always()
run: stack test sandwich-webdriver --stack-yaml ${{matrix.yaml}} --system-ghc

- uses: actions/cache/save@v4
Expand Down

0 comments on commit d68a3a2

Please sign in to comment.