Merge pull request #234 from Chia-Network/dependabot/go_modules/globa… #173
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Go Test | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
jobs: | |
test: | |
runs-on: ubuntu-latest | |
container: golang:1 | |
steps: | |
- name: Mark git directory safe | |
uses: Chia-Network/actions/git-mark-workspace-safe@main | |
- uses: actions/checkout@v5 | |
- name: Test | |
run: make test |