Skip to content

Update file .github/release.yml from sync-repository #89

Update file .github/release.yml from sync-repository

Update file .github/release.yml from sync-repository #89

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