Skip to content

build(deps): bump mio from 0.8.10 to 0.8.11 #852

build(deps): bump mio from 0.8.10 to 0.8.11

build(deps): bump mio from 0.8.10 to 0.8.11 #852

Workflow file for this run

name: test
on:
pull_request:
types: [opened, synchronize, reopened]
paths-ignore:
- "arbiter-bindings/*"
jobs:
test:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: install rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: 1.75.0
override: true
- name: git submodule update
run: git submodule update --init --recursive
- name: test
run: cargo test --workspace --all-features
# - name: template example
# run: cargo run --example minter simulate examples/minter/config.toml
# - name: minter example
# run: cargo run --example minter simulate examples/minter/config.toml