Compare commits
2 Commits
23fb18d792
...
295d7d5373
Author | SHA1 | Date | |
---|---|---|---|
295d7d5373 | |||
7d48072102 |
3
.github/workflows/go-test.yaml
vendored
3
.github/workflows/go-test.yaml
vendored
@@ -27,7 +27,8 @@ jobs:
|
||||
run: |
|
||||
go vet ./...
|
||||
go test -coverprofile=coverprofile.out -json -v ./... > gotest.json
|
||||
- uses: actions/upload-artifact@v5
|
||||
# - uses: actions/upload-artifact@v4
|
||||
- uses: christopherhx/gitea-upload-artifact@v4
|
||||
with:
|
||||
name: tests-results
|
||||
path: |
|
||||
|
Reference in New Issue
Block a user