circle: Run tests for some subsystems separately
This commit is contained in:
parent
0dbf10ce69
commit
09e92f98ff
@ -188,6 +188,14 @@ jobs:
|
|||||||
command: |
|
command: |
|
||||||
bash <(curl -s https://codecov.io/bash)
|
bash <(curl -s https://codecov.io/bash)
|
||||||
|
|
||||||
|
test-chain:
|
||||||
|
<<: *test
|
||||||
|
test-node:
|
||||||
|
<<: *test
|
||||||
|
test-storage:
|
||||||
|
<<: *test
|
||||||
|
test-cli:
|
||||||
|
<<: *test
|
||||||
test-short:
|
test-short:
|
||||||
<<: *test
|
<<: *test
|
||||||
test-window-post:
|
test-window-post:
|
||||||
@ -428,6 +436,22 @@ workflows:
|
|||||||
- test:
|
- test:
|
||||||
codecov-upload: true
|
codecov-upload: true
|
||||||
test-suite-name: full
|
test-suite-name: full
|
||||||
|
- test-chain:
|
||||||
|
codecov-upload: true
|
||||||
|
test-suite-name: chain
|
||||||
|
packages: "./chain/..."
|
||||||
|
- test-node:
|
||||||
|
codecov-upload: true
|
||||||
|
test-suite-name: node
|
||||||
|
packages: "./node/..."
|
||||||
|
- test-storage:
|
||||||
|
codecov-upload: true
|
||||||
|
test-suite-name: storage
|
||||||
|
packages: "./storage/... ./extern/..."
|
||||||
|
- test-cli:
|
||||||
|
codecov-upload: true
|
||||||
|
test-suite-name: cli
|
||||||
|
packages: "./cli/... ./cmd/... ./api/..."
|
||||||
- test-window-post:
|
- test-window-post:
|
||||||
go-test-flags: "-run=TestWindowedPost"
|
go-test-flags: "-run=TestWindowedPost"
|
||||||
winpost-test: "1"
|
winpost-test: "1"
|
||||||
|
Loading…
Reference in New Issue
Block a user