diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7bdc538..6257119 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ concurrency: jobs: forge: - name: Run Forge Tests (via_ir = true; fuzz_runs = 5000) + name: Run Forge Tests runs-on: ubuntu-latest timeout-minutes: 30 steps: diff --git a/.gitignore b/.gitignore index f0e124c..4e0257d 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,11 @@ cache/ out/ +#foundry test compilation files +cache +out +test-cache + # Ignores development broadcast logs !/broadcast /broadcast/*/31337/ @@ -13,4 +18,4 @@ docs/ # Dotenv file .env -.DS_Store \ No newline at end of file +.DS_Store