Skip to content

Commit

Permalink
Add workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
BCLeFevre committed Mar 27, 2024
1 parent 8a1c577 commit 9ef9d12
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
cache/
out/

#foundry test compilation files
cache
out
test-cache

# Ignores development broadcast logs
!/broadcast
/broadcast/*/31337/
Expand All @@ -13,4 +18,4 @@ docs/
# Dotenv file
.env

.DS_Store
.DS_Store

0 comments on commit 9ef9d12

Please sign in to comment.