devops(circleci): properly run all tests
This commit is contained in:
parent
abf1219fc1
commit
32ff5a7e10
|
|
@ -19,4 +19,6 @@ jobs:
|
||||||
|
|
||||||
- run:
|
- run:
|
||||||
command: |
|
command: |
|
||||||
xvfb-run --auto-servernum npm run test
|
xvfb-run --auto-servernum npm run ctest
|
||||||
|
xvfb-run --auto-servernum npm run wtest
|
||||||
|
xvfb-run --auto-servernum npm run ftest
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue