1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-08-26 18:21:01 +00:00
miniflux-v2/.github/workflows
Julien Voisin f52411f734
ci: only run -race -cover on Ubuntu
The coverage information isn't used anywhere in the CI, so no need to have it
for every OS. As for `-race`, there is no point in using it everywhere, one
time should be enough, especially since it's taking a lot of time on Windows.
2024-12-23 11:45:45 -08:00
..
build_binaries.yml build: update GitHub Actions to Go 1.23 2024-08-15 16:34:00 -07:00
codeql-analysis.yml ci: don't specify languages for CodeQL 2024-12-22 22:00:06 -08:00
debian_packages.yml Fix conditions to publish packages in GitHub workflows 2024-03-10 12:25:13 -07:00
docker.yml build: publish OCI images only if PUBLISH_DOCKER_IMAGES=true 2024-07-17 18:28:16 -07:00
linters.yml ci: don't run go vet ./... as it's run as part of golangci-lint 2024-12-22 22:04:00 -08:00
rpm_packages.yml Fix conditions to publish packages in GitHub workflows 2024-03-10 12:25:13 -07:00
tests.yml ci: only run -race -cover on Ubuntu 2024-12-23 11:45:45 -08:00