This commit is contained in:
Maxim Baz 2021-10-04 00:16:30 +02:00
parent 89efd38c10
commit 417b371454
No known key found for this signature in database
GPG Key ID: 011FDC52DA839335
1 changed files with 14 additions and 0 deletions

14
.github/workflows/ci.yml vendored Normal file
View File

@ -0,0 +1,14 @@
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 ./...