disable rust integration tests

This commit is contained in:
Adil Hafeez 2025-09-17 01:11:36 -07:00
parent 124b910746
commit 4588787427
No known key found for this signature in database
GPG key ID: 9B18EF7691369645

View file

@ -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