fixed/cleaned new tests (#470)

This commit is contained in:
Zack Brady
2025-10-27 18:00:01 -04:00
committed by GitHub
parent 1aea670588
commit ea10bc0256
3 changed files with 1 additions and 9 deletions

View File

@@ -13,12 +13,6 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Set Up Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
check-latest: true
- name: Fetch Hauler Binary
run: curl -sfL https://get.hauler.dev | bash