Skip to content

Commit ab116fa

Browse files
committed
Fix CI
1 parent 2ea0734 commit ab116fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

atomics-contract/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![no_std]
1+
#![cfg_attr(not(test), no_std)]
22
#![cfg_attr(not(test), no_main)]
33

44
#[cfg(test)]

stack-reorder-contract/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![no_std]
1+
#![cfg_attr(not(test), no_std)]
22
#![cfg_attr(not(test), no_main)]
33

44
#[cfg(test)]

0 commit comments

Comments
 (0)