Rename CoinList::find_coin to CoinList::coin and use &str as argument #255
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CL Vault (osmosis) | |
on: | |
pull_request: | |
branches: | |
- main | |
paths: | |
- 'smart-contracts/osmosis/contracts/cl-vault/Cargo.toml' | |
- 'smart-contracts/osmosis/contracts/cl-vault/**.rs' | |
- 'smart-contracts/osmosis/contracts/dex-router-osmosis/Cargo.toml' | |
- 'smart-contracts/osmosis/contracts/dex-router-osmosis/**.rs' | |
- '.github/workflows/cl_vault_osmosis.yml' | |
- '.github/workflows/rust_basic.yml' | |
push: | |
branches: | |
- main | |
paths: | |
- 'smart-contracts/osmosis/contracts/cl-vault/Cargo.toml' | |
- 'smart-contracts/osmosis/contracts/cl-vault/**.rs' | |
- 'smart-contracts/osmosis/contracts/dex-router-osmosis/Cargo.toml' | |
- 'smart-contracts/osmosis/contracts/dex-router-osmosis/**.rs' | |
- '.github/workflows/cl_vault_osmosis.yml' | |
- '.github/workflows/rust_basic.yml' | |
workflow_dispatch: | |
jobs: | |
unit-test: | |
uses: ./.github/workflows/rust_basic.yml | |
with: | |
target: contracts/cl-vault | |
workspace: osmosis |