mirror of
https://github.com/eth-p/bat-extras.git
synced 2024-12-12 17:20:40 +01:00
Use verbose testing for CI
This commit is contained in:
parent
dee092dcb9
commit
f8a9009503
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user