Update CI scripts to use strict testing

This commit is contained in:
Ethan P 2020-04-06 05:03:20 -07:00
parent b759037adf
commit 0c29a7e625
No known key found for this signature in database
GPG Key ID: 6963FD04F6CF35EA

View File

@ -60,7 +60,7 @@ jobs:
minify: "all"
- run:
name: "Test: Unit Tests / Snapshots"
command: ./test.sh --verbose --snapshot:show
command: ./test.sh --verbose --strict --snapshot:show
test-consistency:
executor: linux_alpine