Skip to content

Commit

Permalink
reinstate linux check
Browse files Browse the repository at this point in the history
  • Loading branch information
ruseinov committed Jun 20, 2024
1 parent f438ade commit 1c1b7d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion near-sdk/tests/store_performance_tests.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// As wasm VM performance is tested, there is no need to test this on other types of OS.
// This test runs only on Linux, as it's much slower on OS X due to an interpreted VM.
// #![cfg(target_os = "linux")]
#![cfg(target_os = "linux")]

use near_account_id::AccountId;
use near_gas::NearGas;
Expand Down

0 comments on commit 1c1b7d3

Please sign in to comment.