diff options
author | Thijs Schreijer <thijs@thijsschreijer.nl> | 2024-08-28 10:15:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-28 10:15:54 +0200 |
commit | 60b66fce58b64d121b124e64ef78d37512e3a8a2 (patch) | |
tree | 55590869085a2f9954e30cc728a63e6b87ba3ea8 /doc_topics/02-development.md | |
parent | 227743a147967bf1418525770082a5943b3f9f41 (diff) | |
download | luasystem-60b66fce58b64d121b124e64ef78d37512e3a8a2.tar.gz luasystem-60b66fce58b64d121b124e64ef78d37512e3a8a2.tar.bz2 luasystem-60b66fce58b64d121b124e64ef78d37512e3a8a2.zip |
Re-add FreeBSD support (broken since c1a64c1) (#33)
Co-authored-by: cos <cos>
Diffstat (limited to 'doc_topics/02-development.md')
-rw-r--r-- | doc_topics/02-development.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc_topics/02-development.md b/doc_topics/02-development.md index 8925b83..c145c79 100644 --- a/doc_topics/02-development.md +++ b/doc_topics/02-development.md | |||
@@ -8,5 +8,5 @@ The tests concerned are all labelled with `#manual`. And in CI they will | |||
8 | be skipped because `--exclude-tags=manual` is being passed to the | 8 | be skipped because `--exclude-tags=manual` is being passed to the |
9 | `busted` command line. | 9 | `busted` command line. |
10 | 10 | ||
11 | Hence if tests like this are being added, then please ensure the tests | 11 | Hence if tests like these are being added, then please ensure the tests |
12 | pass locally, and do not rely on CI only. | 12 | pass locally, and do not rely on CI only. |