diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index ddb88d16..43d654dc 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -34,9 +34,6 @@ jobs: image: 'memcached:latest' ports: - '11211:11211' - options: >- - --health-cmd pg_isready --health-interval 10s --health-timeout 5s - --health-retries 5 steps: - name: Fetch Repository