Skip to content

Commit

Permalink
Merge branch 'main' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
andreivladbrg committed Jul 4, 2024
2 parents 2c8643a + 29be29e commit 730566c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 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 @@ -19,4 +19,12 @@ jobs:
with:
foundry-profile: "test-optimized"
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"
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ on:
push:
branches:
- "main"
- "staging"
- "staging-blast"

jobs:
lint:
Expand Down

0 comments on commit 730566c

Please sign in to comment.