Merge pull request #464 from SiaFoundation/dependabot/go_modules/all-… #1132
This file contains 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: Lint & Test | |
on: | |
pull_request: | |
push: | |
branches: | |
- master | |
- its-happening | |
env: | |
CGO_ENABLED: 1 | |
jobs: | |
test: | |
uses: SiaFoundation/workflows/.github/workflows/go-test.yml@master |