diff options
| author | John MacFarlane <[email protected]> | 2024-04-11 09:22:45 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2024-04-11 09:22:45 -0700 |
| commit | 4b5b32aff7da9bfcf4411c65c5523717fc722fb2 (patch) | |
| tree | 1de322dbc06201671c45df080f4fd9c26cd0ce2c | |
| parent | 7a6ffaa478fa38f00c5d751a7ecc2b45628c45a7 (diff) | |
minor
| -rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4b3343e95..a5363c1b6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -170,7 +170,7 @@ jobs: runs-on: windows-2019 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install ghc run: | @@ -194,7 +194,7 @@ jobs: dist-newstyle key: ${{ runner.os }}-cabal-work-${{ hashFiles('cabal.project') }}-${{ secrets.CACHE_VERSION }} - - name: Install dependencies + - name: Build and test run: | cabal update cabal test ${{ matrix.versions.cabalopts }} --enable-tests --disable-optimization --ghc-options=-Werror all |
