Skip to content

Commit

Permalink
Update Managed Files (#29)
Browse files Browse the repository at this point in the history
* Update go-test

* Remove old test wf

---------

Co-authored-by: StartToaster <[email protected]>
  • Loading branch information
ChiaAutomation and Starttoaster authored Mar 21, 2024
1 parent 12689a4 commit a5e922a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/lint.yaml → .github/workflows/go-test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test/Lint/Fmt/Vet
name: Go Test
on:
push:
branches:
Expand All @@ -9,9 +9,10 @@ jobs:
test:
runs-on: ubuntu-latest
container: golang:1
env:
GOFLAGS: "-buildvcs=false"
steps:
- name: Mark git directory safe
uses: Chia-Network/actions/git-mark-workspace-safe@main

- uses: actions/checkout@v4

- name: Test
Expand Down

0 comments on commit a5e922a

Please sign in to comment.