mirror of https://github.com/VinGarcia/ksql.git
Attempt to add CI
parent
82a43fda87
commit
71a9810582
|
@ -0,0 +1,12 @@
|
|||
name: CI
|
||||
|
||||
on: push
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Run a one-line script
|
||||
run: go test ./...
|
Loading…
Reference in New Issue