Skip to content

code cleanup and attempting to fix batched wait_all issues #75

code cleanup and attempting to fix batched wait_all issues

code cleanup and attempting to fix batched wait_all issues #75

Workflow file for this run

name: Rust
on:
push:
branches: [ master, dev ]
pull_request:
branches: [ master, dev ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: UpdateRust
run: rustup update stable
- name: Build
run: rustup -V && cargo build --verbose --examples
# - name: Run tests
# run: cargo test --verbose