Remove rust cache, add testing output folder
All checks were successful
test / test (push) Successful in 11m4s

This commit is contained in:
2024-12-30 21:24:28 +10:30
parent a26eab4aa7
commit d56e7e9f44
3 changed files with 1 additions and 2 deletions

View File

@@ -10,5 +10,4 @@ jobs:
with: with:
lfs: true lfs: true
- uses: dtolnay/rust-toolchain@stable - uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
- run: cargo test --release - run: cargo test --release

2
.gitignore vendored
View File

@@ -6,4 +6,4 @@
*.h *.h
*.py *.py
.idea .idea
/testing/output /testing/output/*.csv

0
testing/output/.gitkeep Normal file
View File