Deprecate mixnet v1 component simulations (#57)
This commit is contained in:
parent
c600ebd304
commit
2b99275058
|
@ -18,8 +18,9 @@ jobs:
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
- name: Build
|
- name: Build
|
||||||
working-directory: mixnet
|
working-directory: simlib
|
||||||
run: cargo build -v
|
run: cargo build -v
|
||||||
- name: Unit tests
|
# TODO: uncomment this after fixing tests
|
||||||
working-directory: mixnet
|
# - name: Unit tests
|
||||||
run: cargo test -v
|
# working-directory: simlib
|
||||||
|
# run: cargo test -v
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Mixnet Simulations
|
# Mixnet v1 Component Simulations
|
||||||
|
|
||||||
## Structure
|
## Structure
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# NomMix Simulation
|
# Mixnet v1 Full Cycle Simulation
|
||||||
|
|
||||||
* [Project Structure](#project-structure)
|
* [Project Structure](#project-structure)
|
||||||
* [Features](#features)
|
* [Features](#features)
|
Loading…
Reference in New Issue