Skip to content
This repository has been archived by the owner on Feb 21, 2023. It is now read-only.

Commit

Permalink
Github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mipearson committed May 5, 2021
1 parent fc9ce48 commit 5e6ec6a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
name: tests
on: [ push, pull_request ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '^1.16.1'
- run: make fmt && git diff --exit-code
- run: GO111MODULE=off go get gotest.tools/gotestsum
- run: make test
13 changes: 0 additions & 13 deletions .travis.yml

This file was deleted.

0 comments on commit 5e6ec6a

Please sign in to comment.