1
1
mirror of https://github.com/thma/WhyHaskellMatters.git synced 2024-08-17 01:10:23 +03:00

Update haskell.yml

This commit is contained in:
thma 2020-02-08 13:18:47 +01:00 committed by GitHub
parent b3037c139c
commit 61dc6d6cf6

View File

@ -15,8 +15,6 @@ jobs:
cabal-version: '3.0'
stack: '2.2.0'
- name: Build
run: |
stack init
stack install
run: stack install
- name: Run tests
run: stack test