Improve/fix build system and CI
This commit is contained in:
4
.github/workflows/go.yml
vendored
4
.github/workflows/go.yml
vendored
@@ -48,7 +48,7 @@ jobs:
|
||||
run: go vet ./...
|
||||
|
||||
test:
|
||||
name: Test
|
||||
name: Test & Build
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: earthly/actions-setup@v1
|
||||
@@ -64,4 +64,4 @@ jobs:
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Run Go Tests
|
||||
run: earthly --ci --remote-cache=ghcr.io/safing/build-cache --push +test-go
|
||||
run: earthly --ci --remote-cache=ghcr.io/safing/build-cache --push +go-ci
|
||||
|
||||
Reference in New Issue
Block a user