From d56e7e9f442c1dec9029546d25e23192fa5a24d9 Mon Sep 17 00:00:00 2001 From: vato007 Date: Mon, 30 Dec 2024 21:24:28 +1030 Subject: [PATCH] Remove rust cache, add testing output folder --- .gitea/workflows/test.yaml | 1 - .gitignore | 2 +- testing/output/.gitkeep | 0 3 files changed, 1 insertion(+), 2 deletions(-) create mode 100644 testing/output/.gitkeep diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index fe2653e..4187442 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -10,5 +10,4 @@ jobs: with: lfs: true - uses: dtolnay/rust-toolchain@stable - - uses: Swatinem/rust-cache@v2 - run: cargo test --release diff --git a/.gitignore b/.gitignore index ad7e4b4..998e925 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,4 @@ *.h *.py .idea -/testing/output \ No newline at end of file +/testing/output/*.csv \ No newline at end of file diff --git a/testing/output/.gitkeep b/testing/output/.gitkeep new file mode 100644 index 0000000..e69de29