Skip to content

Commit ca020a9

Browse files
committed
Add test-loadt
1 parent 6cc8154 commit ca020a9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Makefile

+4-1
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,16 @@ test-integration: cert
2121
chmod 600 testdata/sshd/id_rsa
2222
go test ./... -tags=integration -count=1
2323

24-
test-all: cert
24+
test-all: cert test-loadt
2525
chmod 600 testdata/sshd/id_rsa
2626
go test ./... -tags=integration -coverprofile=coverage.out -covermode=count
2727

2828
benchmark: cert
2929
go test -bench . -benchmem -run Benchmark | octocov-go-test-bench --tee > custom_metrics_benchmark.json
3030

31+
test-loadt:
32+
go run ./cmd/runn/main.go loadt testdata/book/always_success.yml --duration 1s --warm-up 0s
33+
3134
lint:
3235
golangci-lint run ./...
3336
govulncheck ./...

0 commit comments

Comments
 (0)