Skip to content

Commit

Permalink
integration-tests working
Browse files Browse the repository at this point in the history
  • Loading branch information
eagr committed Dec 19, 2024
1 parent 560ac41 commit f2b1e41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# them at earliest convenience :)
# Also in addition to this, the `nextest-integration` test is currently disabled on macos
platform_excludes := if os() == "macos" {
"--exclude runtime-params-estimator --exclude integration-tests"
"--exclude runtime-params-estimator"
} else if os() == "windows" {
"--exclude node-runtime --exclude runtime-params-estimator --exclude near-network --exclude estimator-warehouse --exclude integration-tests"
} else {
Expand Down

0 comments on commit f2b1e41

Please sign in to comment.