refactor: merge hrp into httprunner repo

This commit is contained in:
debugtalk
2022-03-23 15:46:54 +08:00
parent c2822207ff
commit fe28772813
13 changed files with 103 additions and 332 deletions

View File

@@ -25,7 +25,7 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
project_path: "." # go build ./main.go
project_path: "hrp/cmd/cli/" # go build hrp/cmd/cli/main.go
binary_name: "hrp"
ldflags: "-s -w"
extra_files: LICENSE README.md docs/CHANGELOG.md