Compare commits
2 Commits
673b33936c
...
a1eab8f002
| Author | SHA1 | Date | |
|---|---|---|---|
| a1eab8f002 | |||
| fb9a78c929 |
@ -11,17 +11,10 @@ jobs:
|
||||
with:
|
||||
go-version: '1.21.x'
|
||||
- name: Build
|
||||
run: go build -v ./*/*.go
|
||||
run: go run -v ./*/*.go
|
||||
- name: Display Go version
|
||||
run: go version
|
||||
- name: List files in the repository
|
||||
run: |
|
||||
ls ${{ github.workspace }}
|
||||
- name: Test with Go
|
||||
run: go test ./*/*.go -json > TestResults-${{ matrix.go-version }}.json
|
||||
- name: Upload Go test results
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: Go-results-${{ matrix.go-version }}
|
||||
path: TestResults-${{ matrix.go-version }}.json
|
||||
- run: echo "This job's status is ${{ job.status }}."
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user