Skip to content

Commit

Permalink
estimator-warehouse working
Browse files Browse the repository at this point in the history
  • Loading branch information
eagr committed Dec 19, 2024
1 parent c0fe4d1 commit 560ac41
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 estimator-warehouse --exclude integration-tests"
"--exclude runtime-params-estimator --exclude integration-tests"
} 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 560ac41

Please sign in to comment.