Run CI on push to master #5

Merged
Ghost merged 3 commits from ci/push-to-master into master 2026-08-31 16:17:28 -05:00
Showing only changes of commit caeb066f21 - Show all commits
-6
View File
@@ -16,10 +16,4 @@ jobs:
- uses: FedericoCarboni/setup-ffmpeg@v3
- run: go mod tidy
- run: go build ./...
- run: go vet ./...
- name: golangci-lint
uses: golangci/golangci-lint-action@v8
with:
version: v2.12
args: --timeout=5m
- run: go test -race -v -shuffle=on ./...