diff options
| author | Jason Cameron <git@jasoncameron.dev> | 2025-03-30 16:59:08 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-30 20:59:08 +0000 |
| commit | eab62f7611cb73ce4a42f3c668add023ad2530be (patch) | |
| tree | d9ff8d395cc4ee4813df31de3b86fe5e97640ddd /PULL_REQUEST_TEMPLATE.md | |
| parent | c896c63a0b8a917eef6be958a5cdcef6a4a48d61 (diff) | |
| download | anubis-eab62f7611cb73ce4a42f3c668add023ad2530be.tar.xz anubis-eab62f7611cb73ce4a42f3c668add023ad2530be.zip | |
fix(tests): disable integration tests on Windows due to posix feature reliance (#169)
Signed-off-by: Jason Cameron <git@jasoncameron.dev>
Diffstat (limited to 'PULL_REQUEST_TEMPLATE.md')
| -rw-r--r-- | PULL_REQUEST_TEMPLATE.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md index e0ebdcb..edecf67 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -8,4 +8,4 @@ Checklist: - [ ] Added a description of the changes to the `[Unreleased]` section of docs/docs/CHANGELOG.md - [ ] Added test cases to [the relevant parts of the codebase](https://anubis.techaro.lol/docs/developer/code-quality) -- [ ] Ran integration tests `npm run test:integration` +- [ ] Ran integration tests `npm run test:integration` (unsupported on Windows, please use WSL) |
