Skip to content

feat: wait for the relayed interfaces before proceeding with the main… #16

feat: wait for the relayed interfaces before proceeding with the main…

feat: wait for the relayed interfaces before proceeding with the main… #16

Workflow file for this run

name: Check
on:
push:
branches:
- "**"
jobs:
build:
name: Check
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup rust toolchain
run: rustup toolchain install stable --profile minimal
- name: Setup rust cache
uses: Swatinem/rust-cache@v2
- name: Install cross
run: cargo check --release