mirror of
https://github.com/hercules-ci/flake-parts.git
synced 2025-03-10 10:56:51 +00:00
16 lines
424 B
Markdown
16 lines
424 B
Markdown
|
|
||
|
# Running the tests
|
||
|
|
||
|
These tests can be run locally with the `hci effect run` command. This gives
|
||
|
the tests access to a proper nix daemon and the network.
|
||
|
|
||
|
Designed for convenient deployments, it needs some information from git. You
|
||
|
may use `--no-token` to disable this functionality if you're getting errors, or
|
||
|
if you're asked to log in.
|
||
|
|
||
|
Example:
|
||
|
|
||
|
```console
|
||
|
hci effect run --no-token default.effects.tests.template
|
||
|
```
|