Skip to content

[CI] Add reusable workflow for test-tube tests #5

[CI] Add reusable workflow for test-tube tests

[CI] Add reusable workflow for test-tube tests #5

name: Test merkle incentives
on:
pull_request:
branches:
- main
paths:
- 'smart-contracts/contracts/merkle-incentives/**'
push:
branches:
- main
workflow_dispatch:
jobs:
unit-test:
uses: ./.github/workflows/rust_basic.yml
with:
contract: 'merkle-incentives'
test-tube:
uses: ./.github/workflows/rust_test_tube.yml
with:
contract: 'merkle-incentives'