Skip to content

Commit

Permalink
[ci] Add golang tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Nemo committed Aug 12, 2021
1 parent d3a0339 commit 6d0a2e5
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,16 @@ jobs:
bundler-cache: true
- run: bundle install
- run: bundle exec rake
go:
strategy:
matrix:
go: ["^1.16.7", "^1.15.15"]
name: Go
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go }}
bundler-cache: true
- run: make test

0 comments on commit 6d0a2e5

Please sign in to comment.