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