Skip to content

Commit

Permalink
try adding caching to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Zocca committed Jul 2, 2023
1 parent 8fd2379 commit 32ca2e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ jobs:
- name: Get dependencies
run: stack build --resolver=${{ matrix.resolver }} --only-dependencies --test --bench --no-run-tests --no-run-benchmarks

- name: Build code
- name: Build
run: stack build --resolver=${{ matrix.resolver }} --test --bench --no-run-tests --no-run-benchmarks

- name: Test code
- name: Test
run: stack test --resolver=${{ matrix.resolver }}

# - name: Setup compiler, build and test all packages
Expand Down

0 comments on commit 32ca2e3

Please sign in to comment.