From 719991b78af9ac6915179209771be4138065e182 Mon Sep 17 00:00:00 2001 From: Justin Wernick Date: Wed, 21 Jun 2023 16:18:22 +0200 Subject: 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. --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'CHANGELOG.md') 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 -- cgit v1.2.3