We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5437613 commit e79099cCopy full SHA for e79099c
2 files changed
.gitignore
@@ -27,6 +27,7 @@ docs/_build/
27
docs/docs.zip
28
docs/dummy.sqlite3
29
manifests/*.tmp.yml
30
+_tests/_tests.test
31
32
# coverage reports
33
.coverage
_tests/Makefile
@@ -5,3 +5,7 @@ test-setup:
5
6
test-integration:
7
go test -v ./...
8
+
9
+build:
10
+# Precompile the test suite into a binary "_tests.test"
11
+ ginkgo build -race -r
0 commit comments