Skip to content

refactor: update concurrency example and cleanup code #54

refactor: update concurrency example and cleanup code

refactor: update concurrency example and cleanup code #54

Workflow file for this run

name: Rust
on:
push:
branches: [ main ]
pull_request:
branches: ['*']
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: cargo build
- name: Run tests
run: cargo test