From 45887874275e7c4c62e24572b653625874246428 Mon Sep 17 00:00:00 2001 From: Adil Hafeez Date: Wed, 17 Sep 2025 01:11:36 -0700 Subject: [PATCH] disable rust integration tests --- .github/workflows/rust_tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust_tests.yml b/.github/workflows/rust_tests.yml index ed031167..aa27fdca 100644 --- a/.github/workflows/rust_tests.yml +++ b/.github/workflows/rust_tests.yml @@ -30,5 +30,5 @@ jobs: - name: Run unit tests run: cargo test --lib - - name: Run integration tests - run: cargo test --test integration + # - name: Run integration tests + # run: cargo test --test integration