Skip to content

Commit

Permalink
Update ci_check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkauzh authored Oct 2, 2023
1 parent 025dbc1 commit 6c690a6
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ci_check.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will build a golang project
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-go

name: Go
name: CI check

on:
push:
Expand All @@ -20,8 +20,6 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: '1.20'




- name: Test
run: go test -v ./...
run: make test

0 comments on commit 6c690a6

Please sign in to comment.