croc/.github/workflows/ci.yml

15 lines
217 B
YAML
Raw Normal View History

2021-10-04 00:16:30 +02:00
name: CI
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: go test ./...