mirror of
https://github.com/jwetzell/showbridge-go.git
synced 2026-04-26 21:05:30 +00:00
switch workflow to just test
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
name: Build Go Program
|
name: Test showbridge
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
@@ -24,5 +24,6 @@ jobs:
|
|||||||
go-version-file: 'go.mod'
|
go-version-file: 'go.mod'
|
||||||
- name: mod tidy
|
- name: mod tidy
|
||||||
run: go mod tidy
|
run: go mod tidy
|
||||||
- name: build
|
|
||||||
run: CGO_ENABLED=1 go build -v -o dist/showbridge-linux ./cmd/showbridge
|
- name: run tests
|
||||||
|
run: go test ./...
|
||||||
Reference in New Issue
Block a user