Skip to content

Commit

Permalink
Add check workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
maruware committed Apr 11, 2023
1 parent 219d041 commit b5391c2
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 b5391c2

Please sign in to comment.