Skip to content

Commit

Permalink
fix: ci deadlock (#844)
Browse files Browse the repository at this point in the history
  • Loading branch information
enitrat authored Aug 21, 2024
1 parent 149d754 commit beb8a24
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,15 @@ jobs:
path: target/dev

tests-unit:
uses: ./.github/workflows/test.yml
# trunk-ignore(actionlint/runner-label)
runs-on: ubuntu-latest-16-cores
steps:
- uses: actions/checkout@v3
- uses: foundry-rs/setup-snfoundry@v3
- uses: software-mansion/setup-scarb@v1
- run: scarb fmt --check
- run: scarb build
- run: scarb test

ef-tests:
# trunk-ignore(actionlint/runner-label)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI

permissions: read-all

on: [pull_request, workflow_call]
on: [pull_request]

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit beb8a24

Please sign in to comment.