mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-01-02 13:23:10 +00:00
fix: ci test 6
This commit is contained in:
parent
57045a68ac
commit
765ad6e60b
@ -5,5 +5,45 @@ curl -L https://risczero.com/install | bash
|
||||
cargo install taplo-cli --locked
|
||||
|
||||
cargo fmt -- --check
|
||||
|
||||
cd accounts
|
||||
cargo clippy --release -- -D warnings
|
||||
cd ..
|
||||
|
||||
cd consensus
|
||||
cargo clippy --release -- -D warnings
|
||||
cd ..
|
||||
|
||||
cd mempool
|
||||
cargo clippy --release -- -D warnings
|
||||
cd ..
|
||||
|
||||
cd networking
|
||||
cargo clippy --release -- -D warnings
|
||||
cd ..
|
||||
|
||||
cd rpc_primitives
|
||||
cargo clippy --release -- -D warnings
|
||||
cd ..
|
||||
|
||||
cd sequencer_core
|
||||
cargo clippy --release -- -D warnings
|
||||
cd ..
|
||||
|
||||
cd sequencer_rpc
|
||||
cargo clippy --release -- -D warnings
|
||||
cd ..
|
||||
|
||||
cd sequencer_runner
|
||||
cargo clippy --release -- -D warnings
|
||||
cd ..
|
||||
|
||||
cd storage
|
||||
cargo clippy --release -- -D warnings
|
||||
cd ..
|
||||
|
||||
cd utxo
|
||||
cargo clippy --release -- -D warnings
|
||||
cd ..
|
||||
|
||||
taplo fmt --check
|
||||
@ -48,9 +48,9 @@ pub fn verify(receipt: Receipt, image_id: impl Into<Digest>) {
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use super::*;
|
||||
use test_methods::{BIG_CALCULATION_ELF, BIG_CALCULATION_ID};
|
||||
use test_methods::{MULTIPLICATION_ELF, MULTIPLICATION_ID};
|
||||
use test_methods::{SUMMATION_ELF, SUMMATION_ID};
|
||||
use test_methods::{BIG_CALCULATION_ELF, BIG_CALCULATION_ID};
|
||||
|
||||
#[test]
|
||||
fn prove_simple_sum() {
|
||||
@ -140,5 +140,5 @@ mod tests {
|
||||
}
|
||||
|
||||
res
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user