Skip to content

Commit

Permalink
Merge pull request #35 from datachainlab/ci-action
Browse files Browse the repository at this point in the history
Add action integration

Signed-off-by: Jun Kimura <jun.kimura@datachain.jp>
  • Loading branch information
bluele authored Feb 9, 2024
2 parents 1c384bf + 0b9805f commit cde672f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Test
on:
push:
branches:
- main
pull_request:

jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
- name: Test
run: make test

0 comments on commit cde672f

Please sign in to comment.