aurae-runtime / aurae

Distributed systems runtime daemon written in Rust.
https://aurae.io
Apache License 2.0
1.83k stars 89 forks source link

More efficient build/lint/test commands in Makefile #472

Closed future-highway closed 1 year ago

future-highway commented 1 year ago

Changes based on the observations noted here

Essentially grouping commands on target. Also, only auraed is installed for the tests now, as only it is required to be installed for the tests.

future-highway commented 1 year ago

001 looks like it will fail from timing out. Since 001 and 101 are the same with 101 just being in a container, I'll override and merge.

edit: 001 doesn't seem to have a timeout at 30 minutes like I thought, so I'll wait