Skip to content

Commit e79099c

Browse files
committed
feat(_tests): precompile tests into a binary
1 parent 5437613 commit e79099c

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ docs/_build/
2727
docs/docs.zip
2828
docs/dummy.sqlite3
2929
manifests/*.tmp.yml
30+
_tests/_tests.test
3031

3132
# coverage reports
3233
.coverage

_tests/Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,7 @@ test-setup:
55

66
test-integration:
77
go test -v ./...
8+
9+
build:
10+
# Precompile the test suite into a binary "_tests.test"
11+
ginkgo build -race -r

0 commit comments

Comments
 (0)