Skip to content

Wrapped atomic properties into CachePadded to improve performance #6

Wrapped atomic properties into CachePadded to improve performance

Wrapped atomic properties into CachePadded to improve performance #6

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