Skip to content

Commit

Permalink
Merge pull request #77 from mawenbo-huawei/master
Browse files Browse the repository at this point in the history
Go SDK CI
  • Loading branch information
mawenbo-huawei authored Apr 1, 2024
2 parents 80263e4 + 6c447cc commit 202a448
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/go-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Go CI

on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'
jobs:

test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20'

- name: Test
run: go test ./core/... -v -cover

0 comments on commit 202a448

Please sign in to comment.