forked from ROMEO/nexosim
Initial (g)RPC implementation
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -28,7 +28,7 @@ jobs:
|
||||
toolchain: ${{ matrix.rust }}
|
||||
|
||||
- name: Run cargo check
|
||||
run: cargo check --all-features
|
||||
run: cargo check
|
||||
|
||||
test:
|
||||
name: Test suite
|
||||
|
1
.github/workflows/loom.yml
vendored
1
.github/workflows/loom.yml
vendored
@ -13,7 +13,6 @@ on:
|
||||
- 'asynchronix/src/model/ports/broadcaster.rs'
|
||||
- 'asynchronix/src/model/ports/broadcaster/**'
|
||||
- 'asynchronix/src/util/slot.rs'
|
||||
- 'asynchronix/src/util/spsc_queue.rs'
|
||||
- 'asynchronix/src/util/sync_cell.rs'
|
||||
|
||||
jobs:
|
||||
|
Reference in New Issue
Block a user