diff options
author | Théophane Hufschmitt <7226587+thufschmitt@users.noreply.github.com> | 2023-01-27 15:11:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-27 15:11:48 +0100 |
commit | ccaadc957593522e9b46336eb5afa45ff876f13f (patch) | |
tree | 092377073700d884fceffcd1c1453023369f5647 /.github | |
parent | ed479aafdc03f2e7428f182549cedab947824300 (diff) | |
parent | 3c08a3e6b68135af126a05e9e3be417b604edded (diff) |
Merge pull request #7648 from hercules-ci/move-nixos-tests
Move nixos tests
Diffstat (limited to '.github')
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index a268d7caf..344f9405f 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -21,7 +21,7 @@ Maintainers: tick if completed or explain if not relevant - [ ] tests, as appropriate - functional tests - `tests/**.sh` - unit tests - `src/*/tests` - - integration tests + - integration tests - `tests/nixos/*` - [ ] documentation in the manual - [ ] code and comments are self-explanatory - [ ] commit message explains why the change was made |