Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

remove useless code, add github actions, update androidbinary lib, fi… #1

remove useless code, add github actions, update androidbinary lib, fi…

remove useless code, add github actions, update androidbinary lib, fi… #1

Workflow file for this run

name: Go Test
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: stable
- name: Run tests
run: go test -v