diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 4b28d5e..8105c1d 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -14,7 +14,7 @@ jobs: image: memcached:latest ports: - 11211:11211 - options: --entrypoint="" + options: --entrypoint="localhost" strategy: matrix: os: [ ubuntu-latest, windows-latest, macos-latest ]