Skip to content

Refine interfaces for token transfer (#37) #10

Refine interfaces for token transfer (#37)

Refine interfaces for token transfer (#37) #10

Workflow file for this run

name: Hermes Relayer
on:
pull_request: {}
push:
branches: main
# Cancel previous runs of this workflow when a new commit is added to the PR, branch or tag
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
cosmostarknet-integration-tests:
runs-on: ubuntu-20.04
timeout-minutes: 60
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@V27
with:
extra_nix_config: |
experimental-features = nix-command flakes
- uses: cachix/cachix-action@v15
with:
name: hermes-sdk
extraPullNames: cosmos-nix
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
- uses: Swatinem/rust-cache@v2
- name: run integration tests
env:
RUST_BACKTRACE: 1
run: |
cd relayer && cargo clippy