Skip to content

Commit

Permalink
order
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroknots committed Feb 16, 2024
1 parent 740571f commit 5d308a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ jobs:
build:
uses: "rhinestonewtf/reusable-workflows/.github/workflows/forge-build.yaml@main"

test-pnpm-workspaces:
uses: "rhinestonewtf/reusable-workflows/.github/workflows/forge-test-workspaces.yaml@main"

test-unit:
needs: ["build"]
uses: "rhinestonewtf/reusable-workflows/.github/workflows/forge-test.yaml@main"
Expand All @@ -17,6 +20,3 @@ jobs:
foundry-profile: "test"
match-path: "test/**/*.sol"
name: "Unit tests"

test-pnpm-workspaces:
uses: "rhinestonewtf/reusable-workflows/.github/workflows/forge-test-workspaces.yaml@main"

0 comments on commit 5d308a1

Please sign in to comment.