summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJustin Wernick <justin@worthe-it.co.za>2023-06-21 16:18:22 +0200
committerJustin Wernick <justin@worthe-it.co.za>2023-06-21 16:25:55 +0200
commit719991b78af9ac6915179209771be4138065e182 (patch)
treed254892b578d9e7685d08822e4b05802614e8807 /CHANGELOG.md
parentabeb43732a2a9b45453e6acb6df3de2395659943 (diff)
Use a cargo feature to allow disabling docker tests in CI
Ideally these tests would run in CI, but that would require docker in docker, since CI runs its tests in docker.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cd6ea83..598ff2b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,6 +12,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
+### Added
+
+- Added feature flag "docker_tests". This only affects which tests are run by
+ default, so that the CI environment can skip tests that require running
+ docker.
+
## [0.1.1] - 2023-05-10
### Changed