Skip to content

Commit

Permalink
Add SyncWith handler
Browse files Browse the repository at this point in the history
This will allow consistent testing with other modules. E.g. zkLLVM
  • Loading branch information
x-mass authored Dec 19, 2023
1 parent 5bb7c4b commit 3945383
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ concurrency:


jobs:
handle-syncwith:
name: Call Reusable SyncWith Handler
uses: NilFoundation/ci-cd/.github/workflows/reusable-handle-syncwith.yml@v1.1.2
with:
ci-cd-ref: 'v1.1.2'
secrets: inherit


run-tests:
runs-on: [ ubuntu-22.04 ]
steps:
Expand Down

0 comments on commit 3945383

Please sign in to comment.