Skip to content

Commit

Permalink
upgrade build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
koron committed Aug 30, 2021
1 parent 11e622f commit 4f90e7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Go

on: [push, pull_request]
on: [push]

jobs:

Expand All @@ -17,10 +17,6 @@ jobs:
with:
go-version: 1.x

- name: Add $GOPATH/bin to $PATH
run: |
echo "::add-path::$(go env GOPATH)/bin"
- uses: actions/checkout@v2

- run: go test
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# koron-go/gqlcost

[![GoDoc](https://godoc.org/github.com/koron-go/gqlcost?status.svg)](https://godoc.org/github.com/koron-go/gqlcost)
[![PkgGoDev](https://pkg.go.dev/badge/github.com/koron-go/gqlcost)](https://pkg.go.dev/github.com/koron-go/gqlcost)
[![Actions/Go](https://github.com/koron-go/gqlcost/workflows/Go/badge.svg)](https://github.com/koron-go/gqlcost/actions?query=workflow%3AGo)
[![Go Report Card](https://goreportcard.com/badge/github.com/koron-go/gqlcost)](https://goreportcard.com/report/github.com/koron-go/gqlcost)

Expand Down

0 comments on commit 4f90e7b

Please sign in to comment.