Skip to content

docs(readme): add app store server api information to readme #128

docs(readme): add app store server api information to readme

docs(readme): add app store server api information to readme #128

Workflow file for this run

on:
push:
branches:
- master
pull_request:
branches:
- master
name: unit test
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.18', '1.19', '1.20' ]
name: Go ${{ matrix.go }} test
steps:
- uses: actions/checkout@v3
- name: Setup go
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go }}
- name: test
run: go test -v -race ./...