From de90596d79d3baa24a913d93c97848104331a69e Mon Sep 17 00:00:00 2001 From: Thomas Eizinger Date: Tue, 3 Sep 2024 08:12:17 -0700 Subject: [PATCH] ci: remove test data upload (#6567) This upload never worked because we generate too many test files. Now that the tests are deterministic, we shouldn't need that. --- .github/workflows/_rust.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/_rust.yml b/.github/workflows/_rust.yml index 2470b4619..fc75866e6 100644 --- a/.github/workflows/_rust.yml +++ b/.github/workflows/_rust.yml @@ -131,16 +131,6 @@ jobs: CARGO_PROFILE_TEST_OPT_LEVEL: 1 # Otherwise the tests take forever. TESTCASES_DIR: "connlib/tunnel/testcases" TESTCASES_BACKUP_DIR: "connlib/tunnel/testcases_backup" - - name: Upload testcase data - if: ${{ failure() }} - uses: actions/upload-artifact@v4 - with: - overwrite: true - name: proptest-cases - path: | - rust/connlib/tunnel/testcases - rust/connlib/tunnel/testcases_backup - retention-days: 7 # Runs the Tauri client smoke test, built in debug mode. We can't run it in release # mode because of a known issue: