refactor: integration tests structure refactor

This commit is contained in:
ppedziwiatr
2022-03-13 00:31:45 +01:00
parent e27137d6ff
commit d357118894
10 changed files with 35 additions and 29 deletions

View File

@@ -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