mirror of
https://github.com/darmiel/yaxc.git
synced 2025-09-24 07:14:35 +08:00
16 lines
No EOL
273 B
YAML
16 lines
No EOL
273 B
YAML
on: push
|
|
|
|
jobs:
|
|
test:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Install Go 1.16
|
|
uses: actions/setup-go@v2
|
|
with:
|
|
go-version: 1.16
|
|
|
|
- name: Checkout
|
|
uses: actions/checkout@v2
|
|
|
|
- name: Run tests
|
|
run: go test -v |