From b835fab1cd459a5033e29ca921a43a598cc95513 Mon Sep 17 00:00:00 2001 From: smol-ninja Date: Tue, 5 Mar 2024 14:29:06 +0000 Subject: [PATCH] ci: schedule precompile tests to mon, wed and fri --- .github/workflows/ci-fork.yml | 12 ++++++++++-- .github/workflows/ci.yml | 8 -------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ci-fork.yml b/.github/workflows/ci-fork.yml index ab463578a..1de1165e0 100644 --- a/.github/workflows/ci-fork.yml +++ b/.github/workflows/ci-fork.yml @@ -1,4 +1,4 @@ -name: "CI Fork tests" +name: "CI Fork and Util tests" on: schedule: @@ -21,4 +21,12 @@ jobs: foundry-profile: "test-optimized" fuzz-seed: true match-path: "test/fork/**/*.sol" - name: "Fork tests" \ No newline at end of file + 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" diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b538fce79..c849781c2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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"