monitor / queue: handle requests for multiple runners #128
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| on: | |
| push: | |
| branches: ["main"] | |
| pull_request: | |
| jobs: | |
| build: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - run: | | |
| cd monitor && cargo fmt --all -- --check | |
| - run: | | |
| cd monitor && cargo test --workspace | |
| # TODO: `cargo clippy --workspace -- --deny warnings` | |
| # TODO: Check nix derivations |