aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/check.yml
AgeCommit message (Collapse)Author
2025-12-01Run `cargo test` in GitHub Actions (#288)mat
* run tests in github actions ci * maybe fix wrong syntax * install clippy * disable incremental compilation in ci * use Swatinem/rust-cache instead of actions/cache * don't run tests twice redundantly * formatting in ci.yml
2025-04-04remove executable bit from filesmat
2023-02-27also run action on prsmat
2022-11-12Pathfinder (#25)mat
Pathfinding is very much not done, but it works enough and I want to get this merged. TODO: fast replanning, goals that aren't a single node, falling moves (it should be able to play the dropper), parkour moves
2022-06-29Update check.ymlmat
2022-06-29Add key to cache workflowmat
2022-06-29Merge branch 'main' of https://github.com/mat-1/azaleamat
2022-06-29Nightly clippymat
2022-06-29cache targetmat
2022-06-29Create check.ymlmat