diff --git a/.github/workflows/ci-fork.yml b/.github/workflows/ci-fork.yml index 78ef5137..77430c31 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: @@ -19,4 +19,12 @@ jobs: with: foundry-profile: "test-optimized" 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 e8e74c3b..b5817704 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,6 +10,8 @@ on: push: branches: - "main" + - "staging" + - "staging-blast" jobs: lint: