From 2a82dc84db012d8335a32dbc9628608f98426f0f Mon Sep 17 00:00:00 2001 From: Justus Adam Date: Tue, 25 Jul 2023 22:13:30 -0700 Subject: [PATCH] Skipping integration-style tests for now --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 911a5cda2d..c860a40e7e 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -26,4 +26,4 @@ jobs: cargo test --test control_flow_tests cargo test --test new_alias_analysis_tests cargo test --test async_tests - cargo test --test external_annotation_tests +# cargo test --test external_annotation_tests