Skip to content

Update file .github/PULL_REQUEST_TEMPLATE.md from sync-repository #53

Update file .github/PULL_REQUEST_TEMPLATE.md from sync-repository

Update file .github/PULL_REQUEST_TEMPLATE.md from sync-repository #53

Workflow file for this run

name: Go Test
on:
push:
branches:
- master
- release/*
pull_request:
branches:
- master
jobs:
test:
name: Run Tests
runs-on: ubuntu-latest
env:
GOPRIVATE: github.com/iofinnet
steps:
- uses: actions/checkout@v4
- name: Run Tests
run: make test