diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 75606168..4c1c9122 100755 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -39,11 +39,11 @@ jobs: # stack --version # stack install stack-all # stack-all --version - #- name: Build and run tests - # shell: bash - # run: | - # set -ex - # stack-all --oldest lts-18 --newest lts-19 + - name: Build and run tests + shell: bash + run: | + set -ex + stack-all --oldest lts-18 --newest lts-19 # macos-13: # name: macos-13