Skip to content

Commit

Permalink
add github action integration
Browse files Browse the repository at this point in the history
  • Loading branch information
bluele committed Feb 15, 2021
1 parent 0ec94bb commit f9e304c
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 51 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Test
on: [push]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:

- name: Set up Go 1.15
uses: actions/setup-go@v1
with:
go-version: 1.15
id: go

- name: Check out code into the Go module directory
uses: actions/checkout@v2

- name: go test
run: go test -v ./...
51 changes: 0 additions & 51 deletions wercker.yml

This file was deleted.

0 comments on commit f9e304c

Please sign in to comment.