Skip to content

Refactoring/easing usages of static non blocking mutex #8

Refactoring/easing usages of static non blocking mutex

Refactoring/easing usages of static non blocking mutex #8

Workflow file for this run

name: Build and test 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: Build
run: cd Rust/non_blocking_mutex && cargo build --verbose
- name: Run tests
run: cd Rust/non_blocking_mutex && cargo test --verbose