We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cc8154 commit ca020a9Copy full SHA for ca020a9
Makefile
@@ -21,13 +21,16 @@ test-integration: cert
21
chmod 600 testdata/sshd/id_rsa
22
go test ./... -tags=integration -count=1
23
24
-test-all: cert
+test-all: cert test-loadt
25
26
go test ./... -tags=integration -coverprofile=coverage.out -covermode=count
27
28
benchmark: cert
29
go test -bench . -benchmem -run Benchmark | octocov-go-test-bench --tee > custom_metrics_benchmark.json
30
31
+test-loadt:
32
+ go run ./cmd/runn/main.go loadt testdata/book/always_success.yml --duration 1s --warm-up 0s
33
+
34
lint:
35
golangci-lint run ./...
36
govulncheck ./...
0 commit comments