Skip to content

Merge pull request #259 from timdengyun/Change_branch_in_workfile_in_… #604

Merge pull request #259 from timdengyun/Change_branch_in_workfile_in_…

Merge pull request #259 from timdengyun/Change_branch_in_workfile_in_… #604

Workflow file for this run

name: Makefile CI
on:
push:
branches: [ vpc_dev ]
pull_request:
branches: [ vpc_dev ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.19
- name: Run build
run: make build
- name: Run test
run: make test