refactor: integration tests structure refactor
This commit is contained in:
8
.github/workflows/tests.yml
vendored
8
.github/workflows/tests.yml
vendored
@@ -12,7 +12,11 @@ jobs:
|
||||
run: yarn
|
||||
- name: Run unit tests
|
||||
run: yarn test:unit
|
||||
- name: Run integration tests
|
||||
run: yarn test:integration
|
||||
- name: Run integration tests [basic]
|
||||
run: yarn test:integration:basic
|
||||
- name: Run integration tests [internal-writes]
|
||||
run: yarn test:integration:internal-writes
|
||||
- name: Run integration tests [wasm]
|
||||
run: yarn test:integration:wasm
|
||||
- name: Run regression tests
|
||||
run: yarn test:regression
|
||||
|
||||
Reference in New Issue
Block a user