Skip to content

Commit d4e3859

Browse files
committed
Extend CI For private tests
1 parent 844b2f6 commit d4e3859

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ check: typecheck lint ## Check whether code is working correctly (types + lint)
1212
test-ci: ## Separate test configuration for CI environment
1313
@npm run test
1414

15+
test-private: ## Run tests with private submodule
16+
@./test/fetch-tests.sh
17+
@npm run test
18+
1519
check: typecheck test ## Check whether code is working correctly (types + specs)
1620

1721
full: check lint-fix ## Check whether code is ready to commit (types + specs + lint)

0 commit comments

Comments
 (0)