Skip to content

Commit 3185a3c

Browse files
committed
Remove flags in tests
1 parent 8ebc5d7 commit 3185a3c

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

src/commands/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ mod upload_proguard;
5252
macro_rules! each_subcommand {
5353
($mac:ident) => {
5454
$mac!(bash_hook);
55-
#[cfg(feature = "unstable-build")]
5655
$mac!(build);
5756
$mac!(debug_files);
5857
$mac!(deploys);

tests/integration/build/mod.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#![cfg(feature = "unstable-build")]
2-
31
use crate::integration::TestManager;
42

53
mod upload;

0 commit comments

Comments
 (0)