Skip to content

Commit

Permalink
chore: feature gating integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chungquantin committed Nov 19, 2024
1 parent 515176c commit e836ccb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pop-api/integration-tests/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ use scale::{Decode, Encode};
use sp_runtime::{AccountId32, BuildStorage, DispatchError};
use utils::*;

#[cfg(any(feature = "devnet", feature = "testnet"))]
mod fungibles;
#[cfg(any(feature = "devnet"))]
mod nonfungibles;
mod utils;

Expand Down

0 comments on commit e836ccb

Please sign in to comment.