Implement file deletion after successful uploads in runner and encoding processes #3
@@ -11,5 +11,5 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
go-version-file: 'go.mod'
|
go-version-file: 'go.mod'
|
||||||
- run: go mod tidy
|
- run: go mod tidy
|
||||||
- run: go build ./...
|
- run: go build -o bin/jiggablend ./cmd/jiggablend
|
||||||
- run: go test -race -v -shuffle=on ./...
|
- run: go test -race -v -shuffle=on ./...
|
||||||
Reference in New Issue
Block a user