summaryrefslogtreecommitdiffstats
path: root/.github/workflows/ci.yml
AgeCommit message (Expand)Author
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
2021-11-27ci: go back to a paths_ignore for ci workflow (#615)Clement Tsang
2021-11-27ci: be more specific with paths for ci/codecovClementTsang
2021-11-27ci: actually skip ci if duplicate (#611)Clement Tsang
2021-11-27ci: skip duplicate runs (#610)Clement Tsang
2021-10-03ci: parallelize ci better (#594)Clement Tsang
2021-08-19other: Make the battery dependency/features optional (#570)Clement Tsang
2021-07-31other: Add RISC-V to unofficially supported targets (#565)Clement Tsang
2021-07-27ci: add caching to more jobs (#563)Clement Tsang
2021-07-12ci: reduce the number of tests in CI (#540)Clement Tsang
2021-06-27docs + ci: Update changelog and ignore some files in CI (#527)Clement Tsang
2021-06-22feature: add F9 as an alternative process kill key (#518)Clement Tsang
2021-06-21ci: ignore README and docs for ci actionClementTsang
2021-05-15github: more CI tweaks (#483)Clement Tsang
2021-05-13github: make fail-fast false for rustfmt and clippyClementTsang
2021-05-12github: move tests ci into check (#478)Clement Tsang
2021-05-11github: Update ubuntu instances due to deprecation (#476)Clement Tsang