Skip to content

Commit

Permalink
Add test-loadt
Browse files Browse the repository at this point in the history
  • Loading branch information
k1LoW committed Jan 10, 2025
1 parent 6cc8154 commit ca020a9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,16 @@ test-integration: cert
chmod 600 testdata/sshd/id_rsa
go test ./... -tags=integration -count=1

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

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

test-loadt:
go run ./cmd/runn/main.go loadt testdata/book/always_success.yml --duration 1s --warm-up 0s

lint:
golangci-lint run ./...
govulncheck ./...
Expand Down

0 comments on commit ca020a9

Please sign in to comment.