Skip to content

Commit

Permalink
ci: schedule precompile tests to mon, wed and fri
Browse files Browse the repository at this point in the history
  • Loading branch information
smol-ninja committed Mar 6, 2024
1 parent 65d8513 commit b835fab
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/ci-fork.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "CI Fork tests"
name: "CI Fork and Util tests"

on:
schedule:
Expand All @@ -21,4 +21,12 @@ jobs:
foundry-profile: "test-optimized"
fuzz-seed: true
match-path: "test/fork/**/*.sol"
name: "Fork tests"
name: "Fork tests"

test-utils:
needs: ["lint", "build"]
uses: "sablier-labs/reusable-workflows/.github/workflows/forge-test.yml@main"
with:
foundry-profile: "test-optimized"
match-path: "test/utils/**/*.sol"
name: "Utils tests"
8 changes: 0 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,6 @@ jobs:
match-path: "test/integration/**/*.sol"
name: "Integration tests"

test-utils:
needs: ["lint", "build"]
uses: "sablier-labs/reusable-workflows/.github/workflows/forge-test.yml@main"
with:
foundry-profile: "test-optimized"
match-path: "test/utils/**/*.sol"
name: "Utils tests"

test-invariant:
needs: ["lint", "build"]
uses: "sablier-labs/reusable-workflows/.github/workflows/forge-test.yml@main"
Expand Down

0 comments on commit b835fab

Please sign in to comment.