1
0
forked from ROMEO/nexosim

Add test and improve example

This commit is contained in:
Jaŭhien Piatlicki
2024-05-06 15:31:50 +02:00
parent 287b3b713c
commit 02eec1b277
4 changed files with 129 additions and 42 deletions

View File

@ -14,6 +14,7 @@ on:
- 'asynchronix/src/ports/output/broadcaster/**'
- 'asynchronix/src/ports/source/broadcaster.rs'
- 'asynchronix/src/ports/source/broadcaster/**'
- 'asynchronix/src/util/cached_rw_lock.rs'
- 'asynchronix/src/util/slot.rs'
- 'asynchronix/src/util/sync_cell.rs'
@ -31,4 +32,4 @@ jobs:
- name: Run cargo test (Loom)
run: cargo test --tests --release
env:
RUSTFLAGS: --cfg asynchronix_loom
RUSTFLAGS: --cfg asynchronix_loom