Skip to content

Commit

Permalink
add step to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
peakle committed Jan 22, 2022
1 parent 8812975 commit 3213f30
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/go.yml
Expand Up @@ -20,6 +20,10 @@ jobs:
run: |
make ci-linter
- name: Precompiled
run: |
make ci-generate
- name: Test
run: |
make ci-tests

0 comments on commit 3213f30

Please sign in to comment.