diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c97849a..679c0ed 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,10 +13,17 @@ jobs: - name: Set up Go uses: actions/setup-go@v4 with: - go-version: '1.19' + go-version-file: 'go.mod' + # go-version: '1.19.x' - name: Build run: go build -v ./... - name: Test run: go test -v ./... + + - name: Upload test result + uses: actions/upload-artifact@v3 + with: + name: test-result + path: TestResult.json diff --git a/TestResult.json b/TestResult.json new file mode 100644 index 0000000..e69de29