From f1034ef52a228cf57ee7db576817012afad1f2ac Mon Sep 17 00:00:00 2001 From: clux Date: Mon, 23 Dec 2024 04:21:30 +0000 Subject: [PATCH] remove ci check for specific e2e/cargo.toml openapi feature given change to floating 'earliest' tag. Signed-off-by: clux --- .github/workflows/ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 759971a34..98569bab4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -186,10 +186,6 @@ jobs: echo "mk8sv not set correctly in tests" exit 1 fi - if ! grep "${{ steps.mk8sv.outputs.mk8svdash }}" e2e/Cargo.toml | grep mk8sv; then - echo "mk8sv not set correctly in e2e features" - exit 1 - fi - uses: dtolnay/rust-toolchain@stable # Smart caching for Rust projects.