Skip to content

Commit

Permalink
test build
Browse files Browse the repository at this point in the history
  • Loading branch information
sayem314 committed Jun 3, 2023
1 parent dd65c19 commit 4bc856e
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/go-test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Go Test
name: Go Test and Build

on:
push:
Expand All @@ -9,8 +9,8 @@ on:
- main

jobs:
test:
name: Run Tests
test-and-build:
name: Test and Build
strategy:
matrix:
os: [ubuntu-latest]
Expand All @@ -27,4 +27,7 @@ jobs:
go-version: 1.x

- name: Run Tests
run: go -v test ./...
run: make test

- name: Build
run: make build

0 comments on commit 4bc856e

Please sign in to comment.