mirror of
https://github.com/logos-blockchain/lez-fuzzing.git
synced 2026-08-27 01:41:12 +00:00
test: transaction ordering independence
This commit is contained in:
@@ -47,6 +47,7 @@ jobs:
|
||||
fuzz_encoding_privacy_preserving
|
||||
fuzz_nullifier_set_roundtrip
|
||||
fuzz_privacy_preserving_state_transition
|
||||
fuzz_transaction_ordering_independence
|
||||
EOF
|
||||
)
|
||||
echo "targets=$targets" >> "$GITHUB_OUTPUT"
|
||||
|
||||
@@ -49,6 +49,7 @@ jobs:
|
||||
- fuzz_encoding_privacy_preserving
|
||||
- fuzz_nullifier_set_roundtrip
|
||||
- fuzz_privacy_preserving_state_transition
|
||||
- fuzz_transaction_ordering_independence
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
@@ -227,6 +228,7 @@ jobs:
|
||||
- fuzz_encoding_privacy_preserving
|
||||
- fuzz_nullifier_set_roundtrip
|
||||
- fuzz_privacy_preserving_state_transition
|
||||
- fuzz_transaction_ordering_independence
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Checkout logos-execution-zone
|
||||
|
||||
Reference in New Issue
Block a user