Skip to content

Commit

Permalink
Update go-test
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiaAutomation committed Mar 21, 2024
1 parent 146ff5e commit 5656159
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/go-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
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@v4

- name: Test
run: make test

0 comments on commit 5656159

Please sign in to comment.