Skip to content

Commit

Permalink
Merge pull request #115 from boozook/cargo/allow-run-tests
Browse files Browse the repository at this point in the history
Remove CI-related cfg-gates for execution tests
  • Loading branch information
boozook authored Sep 24, 2023
2 parents f88585c + e47ab32 commit f6473b8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cargo/tests/run/simple.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,6 @@ fn test_value() -> String {
#[test]
#[cfg_attr(not(exec_tests),
ignore = "execution tests not requested, set RUSTFLAGS='--cfg exec_tests' to enable.")]
#[cfg_attr(not(target_os = "macos"),
ignore = "Simulator as headless works on mac and maybe on windows.")]
fn run_metadata_workspace_root_dev() -> Result<()> {
let crate_name = "test-workspace-main-crate";
let args = ["--simulator", "-p", crate_name, "--lib"].into_iter()
Expand All @@ -114,8 +112,6 @@ fn run_metadata_workspace_root_dev() -> Result<()> {
#[test]
#[cfg_attr(not(exec_tests),
ignore = "execution tests not requested, set RUSTFLAGS='--cfg exec_tests' to enable.")]
#[cfg_attr(not(target_os = "macos"),
ignore = "Simulator as headless works on mac and maybe on windows.")]
fn run_metadata_workspace_root_release() -> Result<()> {
let crate_name = "test-workspace-main-crate";
let args = ["--simulator", "-p", crate_name, "--lib", "--release"].into_iter()
Expand Down

0 comments on commit f6473b8

Please sign in to comment.