Skip to content

Commit 962ce83

Browse files
authored
Add enclave code improvement plan from security and Rust engineering … (#254)
1 parent 848c1c2 commit 962ce83

31 files changed

Lines changed: 2656 additions & 1164 deletions

.github/workflows/rust.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,7 @@ jobs:
3535
run: cargo build --verbose
3636
- name: Clippy
3737
run: cargo clippy --all-features --all-targets -- -D warnings
38+
- name: No-panic verification
39+
run: ./scripts/check_no_panic.sh
3840
- name: Run tests
3941
run: cargo test --verbose

0 commit comments

Comments
 (0)