Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
credence0x committed May 20, 2024
1 parent 89fd229 commit 2ab7077
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3
- uses: software-mansion/setup-scarb@v1
with:
scarb-version: "2.6.4"
tool-versions: .tool-versions
- run: cd contracts && scarb fmt --check

check-build:
Expand All @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v3
- uses: software-mansion/setup-scarb@v1
with:
scarb-version: "2.6.4"
tool-versions: .tool-versions
- run: cd contracts && scarb build

check-test:
Expand All @@ -31,5 +31,8 @@ jobs:
- uses: actions/checkout@v3
- uses: software-mansion/setup-scarb@v1
with:
scarb-version: "2.6.4"
- run: cd contracts && scarb test
tool-versions: .tool-versions
- uses: foundry-rs/setup-snfoundry@v3
with:
tool-versions: .tool-versions
- run: cd contracts && snforge test

0 comments on commit 2ab7077

Please sign in to comment.