Skip to content

Remove PORT from app.json for Google cloud run #87 #77

Remove PORT from app.json for Google cloud run #87

Remove PORT from app.json for Google cloud run #87 #77

Workflow file for this run

name: Build + Test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: ^1.21
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- name: Build
run: go get github.com/mat/besticon/...
- run: make test
- run: make test_bench
- run: make test_race