mirror of
https://github.com/Mic92/nixos-wiki-infra.git
synced 2025-06-26 12:41:34 +02:00
Add testing section to README
This commit is contained in:
parent
0db44303f5
commit
9ce2f87240
21
README.md
21
README.md
@ -56,6 +56,27 @@ $ ./targets/nixos-wiki.nixos.org/tf.sh apply
|
||||
$ ./targets/nixos-wiki.nixos.org/deploy.sh
|
||||
```
|
||||
|
||||
## Testing
|
||||
|
||||
Run NixOS VM integration tests to verify configuration:
|
||||
|
||||
```
|
||||
$ nix build .#checks.x86_64-linux.test --log-format bar-with-logs
|
||||
```
|
||||
|
||||
Format code:
|
||||
|
||||
```
|
||||
$ nix fmt
|
||||
```
|
||||
|
||||
Run link health checks:
|
||||
|
||||
```
|
||||
$ nix develop .#linkcheck
|
||||
$ ./checks/linkcheck/lychee.sh
|
||||
```
|
||||
|
||||
## FAQ:
|
||||
|
||||
### When logging in with "GitHub auth", the app shows "Act on your behalf" as a permission.
|
||||
|
Loading…
x
Reference in New Issue
Block a user