mirror of
https://tangled.org/tranquil.farm/tranquil-pds
synced 2026-09-26 12:14:15 +00:00
Taking some flags from the knot2 build and splitting it in the hopes that that's enough time to finish
25 lines
342 B
YAML
25 lines
342 B
YAML
when:
|
|
- event: ["push", "pull_request"]
|
|
branch: ["main"]
|
|
|
|
engine: microvm
|
|
image: nixos
|
|
|
|
environment:
|
|
CARGO_INCREMENTAL: "0"
|
|
CARGO_PROFILE_DEV_DEBUG: "0"
|
|
CARGO_PROFILE_TEST_DEBUG: "0"
|
|
|
|
dependencies:
|
|
- rustup
|
|
- gcc
|
|
- pkg-config
|
|
- openssl
|
|
- protobuf
|
|
- just
|
|
- cargo-nextest
|
|
|
|
steps:
|
|
- name: test
|
|
command: just test
|