mirror of
https://github.com/eth-p/bat-extras.git
synced 2024-12-13 17:50:56 +01:00
Use verbose testing for CI
This commit is contained in:
parent
dee092dcb9
commit
f8a9009503
@ -61,7 +61,7 @@ jobs:
|
|||||||
minify: "all"
|
minify: "all"
|
||||||
- run:
|
- run:
|
||||||
name: "Test: Unit Tests / Snapshots"
|
name: "Test: Unit Tests / Snapshots"
|
||||||
command: ./test.sh
|
command: ./test.sh --verbose --snapshot:show
|
||||||
|
|
||||||
test-consistency:
|
test-consistency:
|
||||||
executor: linux_alpine
|
executor: linux_alpine
|
||||||
@ -72,7 +72,7 @@ jobs:
|
|||||||
minify: "all"
|
minify: "all"
|
||||||
- run:
|
- run:
|
||||||
name: "Test: Consistency"
|
name: "Test: Consistency"
|
||||||
command: ./test.sh --compiled
|
command: ./test.sh --compiled --verbose --snapshot:show
|
||||||
|
|
||||||
test-symlink:
|
test-symlink:
|
||||||
executor: linux_alpine
|
executor: linux_alpine
|
||||||
|
Loading…
Reference in New Issue
Block a user