Skip to content

[CI] Add reusable workflow for test-tube tests (#666) #2

[CI] Add reusable workflow for test-tube tests (#666)

[CI] Add reusable workflow for test-tube tests (#666) #2

name: Test lst adapter (osmosis)
on:
pull_request:
branches:
- main
paths:
- 'smart-contracts/contracts/lst-adapter-osmosis/**'
push:
branches:
- main
workflow_dispatch:
jobs:
unit-test:
uses: ./.github/workflows/rust_basic.yml
with:
contract: 'lst-adapter-osmosis'