Use verbose testing for CI

This commit is contained in:
Ethan P 2020-02-19 21:17:40 -08:00
parent dee092dcb9
commit f8a9009503
No known key found for this signature in database
GPG Key ID: 6963FD04F6CF35EA

View File

@ -61,7 +61,7 @@ jobs:
minify: "all"
- run:
name: "Test: Unit Tests / Snapshots"
command: ./test.sh
command: ./test.sh --verbose --snapshot:show
test-consistency:
executor: linux_alpine
@ -72,7 +72,7 @@ jobs:
minify: "all"
- run:
name: "Test: Consistency"
command: ./test.sh --compiled
command: ./test.sh --compiled --verbose --snapshot:show
test-symlink:
executor: linux_alpine