Skip to content

## 0.2.0-beta6 fix 无法go get beta5的问题(未上传完毕之前就去拉取导致后续无法拉取) #4

## 0.2.0-beta6 fix 无法go get beta5的问题(未上传完毕之前就去拉取导致后续无法拉取)

## 0.2.0-beta6 fix 无法go get beta5的问题(未上传完毕之前就去拉取导致后续无法拉取) #4

Workflow file for this run

name: tests
on:
push:
branches: [ "main" ,"dev"]
pull_request:
branches: [ "main", "dev" ]
jobs:
simple-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.18
cache: true
- name: test
run: cd test && go test -short