summaryrefslogtreecommitdiffstats
path: root/.github/workflows/ci.yml
AgeCommit message (Expand)Author
2023-06-15ci: use cargo-action v0.0.4 (#1207)Clement Tsang
2023-06-11ci: update various dependencies as of 2023-06-11 (#1201)Clement Tsang
2023-06-11ci: add a build check for aarch64-linux-android (#1124)Clement Tsang
2023-05-27ci: update rust-cache to 2.4.0 (#1174)Clement Tsang
2023-05-11ci: pin and update some workflow actions (#1145)Clement Tsang
2023-05-07ci: update some ci docsClementTsang
2023-05-06ci: allow skipped CI workflow to mean success (#1134)Clement Tsang
2023-05-05ci: output a failure in the completion step if a previous step failed (#1128)Clement Tsang
2023-04-03ci: run build on unsupported platforms instead of check, bump cross version (...Clement Tsang
2023-03-13ci: bump fkirc/skip-duplicate-actions to v5.3.0 (#1059)Clement Tsang
2023-03-13ci: go back to using default cache key + target, update to 2.2.1 (#1058)Clement Tsang
2023-03-12ci: use sparse crates.io registries in CI (#1057)Clement Tsang
2023-02-26ci: add coverage actions for macOS and windows (#1030)Clement Tsang
2023-02-22ci: specify where part of the CI workflow isClementTsang
2023-02-21ci: reduce CI timeout to 18 minutes (#1028)Clement Tsang
2023-02-19other: promote macOS aarch64 to official support (#1025)Clement Tsang
2023-01-05ci: fix CI concurrency grouping (#961)Clement Tsang
2022-12-09ci: add a timeout for builds and CI (#930)Clement Tsang
2022-11-12ci: fix missing envs in build workflow (#891)Clement Tsang
2022-11-11ci: unify cache keys in actions (#890)Clement Tsang
2022-11-08ci: add back target as cache key (#879)Clement Tsang
2022-11-06ci: only enable ci cache if not a PR or not a fork (#872)Clement Tsang
2022-11-04ci: remove caching for release building (#866)Clement Tsang
2022-11-02ci: try only having cancel-in-progress for non-main branch (#864)Clement Tsang
2022-10-30ci: unify CI workflow with one ending step (#860)Clement Tsang
2022-10-29ci: add skip based on file changes for Cirrus tests (#859)Clement Tsang
2022-10-27ci: use one skip check for CI workflow (#855)Clement Tsang
2022-10-25ci: test cancelling stale actions (#851)Clement Tsang
2022-10-20ci: update GitHub CI to remove deprecated/unmaintained actions and commands (...Clement Tsang
2022-10-20ci: add basic Cirrus CI testing for FreeBSD + M1 (#827)Clement Tsang
2022-10-12Revert "ci: add basic Cirrus CI testing for FreeBSD + M1 (#826)"ClementTsang
2022-10-12ci: add basic Cirrus CI testing for FreeBSD + M1 (#826)Clement Tsang
2022-07-16ci: try simpler cross/cargo action for builds and tests (#767)Clement Tsang
2022-07-12ci: try to update cross to 0.2.4 (#764)Clement Tsang
2022-06-27ci: fix missing target in tests (#757)Clement Tsang
2022-06-25ci: lock cross to 0.2.1 on CI as well (#756)Clement Tsang
2022-06-02ci: try moving to rust-toolchain (#745)Clement Tsang
2022-06-02ci: bump checkout to v3 (#744)Clement Tsang
2022-05-25ci: fix missing aarch64 build (#738)Clement Tsang
2022-05-01ci: move cargo fmt step into supported job (#722)Clement Tsang
2022-05-01ci: create deploy feature; test in CIClementTsang
2022-05-01ci: remove caching step from cargo fmt checkClementTsang
2022-05-01ci: clean up ci workflowClementTsang
2022-05-01ci: update rust-cache to 1.4.0ClementTsang
2022-04-29ci: disable debug symbols and incremental in CI, force locked #719 Clement Tsang
2022-04-27bug: change as_ref() to build in Rust beta 1.61.0 (#711)Clement Tsang
2021-12-22ci: Use commit hash for some actions to pin them (#641)Clement Tsang
2021-11-28ci: switch action's accepted files back to "paths"Clement Tsang
2021-11-27ci: deal with skipping, matrices, reliant jobs (#617)Clement Tsang
2021-11-27ci: deal with skipping and matrix (#616)Clement Tsang