Run new CI gates through Nix
This commit is contained in:
parent
fa23ad6844
commit
d94a48594e
2 changed files with 6 additions and 10 deletions
|
|
@ -79,22 +79,16 @@ jobs:
|
|||
run: |
|
||||
set -euo pipefail
|
||||
cd .repo
|
||||
if [[ -f "$HOME/.cargo/env" ]]; then
|
||||
. "$HOME/.cargo/env"
|
||||
fi
|
||||
cargo test -p ec-node publisher_proof
|
||||
cargo test -p ec-node archive_convergence
|
||||
nix develop --accept-flake-config -c cargo test -p ec-node publisher_proof
|
||||
nix develop --accept-flake-config -c cargo test -p ec-node archive_convergence
|
||||
|
||||
- name: Distributed simulation gates
|
||||
shell: bash
|
||||
run: |
|
||||
set -euo pipefail
|
||||
cd .repo
|
||||
if [[ -f "$HOME/.cargo/env" ]]; then
|
||||
. "$HOME/.cargo/env"
|
||||
fi
|
||||
cargo test -p ec-node sim_system_
|
||||
cargo run -p ec-node -- sim-system \
|
||||
nix develop --accept-flake-config -c cargo test -p ec-node sim_system_
|
||||
nix develop --accept-flake-config -c cargo run -p ec-node -- sim-system \
|
||||
--fault-profile foundationdb \
|
||||
--seed 1 \
|
||||
--iterations 1024 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue