conduit/tests/complement
AwesomeQubic 90fc2bf53e add Complement support to the nix flake
Co-authored-by: strawberry <strawberry@puppygock.gay>
Signed-off-by: AwesomeQubic <ThatQubicWah@protonmail.com>
Signed-off-by: strawberry <strawberry@puppygock.gay>
2024-04-26 02:03:40 -04:00
..
conduwuit-complement.toml add Complement support to the nix flake 2024-04-26 02:03:40 -04:00
failed_tests.jsonl add list of passed, failed, and all complement tests 2024-04-14 22:35:23 -04:00
full_results.jsonl add list of passed, failed, and all complement tests 2024-04-14 22:35:23 -04:00
passed_tests.jsonl add list of passed, failed, and all complement tests 2024-04-14 22:35:23 -04:00
README.md add Complement support to the nix flake 2024-04-26 02:03:40 -04:00
v3.ext add Complement support to the nix flake 2024-04-26 02:03:40 -04:00

Complement

What's that?

Have a look at its repository.

How do I use it with conduwuit?

For reproducible results, Complement support in conduwuit uses Nix to run and generate an image.

After installing Nix, you can run either:

  • nix run #.complement-runtime -- ./path/to/logs.jsonl ./path/to/results.jsonl to build a Complement image, run the tests, and output the logs and results to the specified paths.

  • nix run #.complement-image to just build a Complement image