Skip to content

Merge pull request #26 from algorealmInc/dev #4

Merge pull request #26 from algorealmInc/dev

Merge pull request #26 from algorealmInc/dev #4

Workflow file for this run

name: Rust
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run tests on async-std-runtime
run: cd swarm_nl && cargo test --features=async-std-runtime
- name: Run tests on tokio-runtime
run: cd swarm_nl && cargo test --features=tokio-runtime