Skip to content

Commit

Permalink
Merge pull request #7 from maruware/check-workflow
Browse files Browse the repository at this point in the history
Add check workflow
  • Loading branch information
maruware authored Apr 11, 2023
2 parents 219d041 + b5391c2 commit 9136295
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml → .github/workflows/check.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test
name: Check

on:
pull_request:
Expand All @@ -18,5 +18,5 @@ jobs:
with:
go-version: '1.19'
-
name: Test
run: go test
name: Build
run: go build ./cmd/radikocast/main.go

0 comments on commit 9136295

Please sign in to comment.