Started running tests in CI (#43)

* Started running tests in CI

* Added id test result
This commit is contained in:
iko 2021-04-26 13:19:57 +03:00 committed by GitHub
parent 3d2b3f5dba
commit 95f82e1828
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,5 +27,7 @@ jobs:
${{ runner.os }}-build-stack-
- name: Build
run: stack build
- name: Test
run: stack test --test-arguments='--hide-successes --no-create'
# - name: Test
# run: stack test