Skip to content

Commit

Permalink
Merge pull request #5835 from roc-lang/more-windows-tests-1
Browse files Browse the repository at this point in the history
enable fixed windows tests
  • Loading branch information
Anton-4 committed Sep 20, 2023
2 parents 5bbae3b + 63d3dfc commit e91b50a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions crates/cli/tests/cli_run.rs
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,6 @@ mod cli_run {
}

#[test]
#[cfg_attr(windows, ignore)]
fn expects_dev_and_test() {
// these are in the same test function so we don't have to worry about race conditions
// on the building of the platform
Expand Down Expand Up @@ -647,7 +646,6 @@ mod cli_run {
}

#[test]
#[cfg_attr(windows, ignore)]
fn fibonacci() {
test_roc_app_slim(
"crates/cli_testing_examples/algorithms",
Expand Down Expand Up @@ -1352,7 +1350,6 @@ mod cli_run {

#[test]
#[serial(multi_dep_thunk)]
#[cfg_attr(windows, ignore)]
fn run_multi_dep_thunk_optimized() {
check_output_with_stdin(
&fixture_file("multi-dep-thunk", "Main.roc"),
Expand Down

0 comments on commit e91b50a

Please sign in to comment.