Skip to content

Commit

Permalink
try on ci see what's failing
Browse files Browse the repository at this point in the history
  • Loading branch information
eagr committed Dec 19, 2024
1 parent 6b30393 commit 6dbc4f1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,13 @@ jobs:
os: ubuntu-22.04-16core
type: nightly
upload_profraws: true
- name: MacOS
id: macos
os: macos-latest-xlarge
type: stable
# TODO: Currently only computing linux coverage, because the MacOS runners
# have files at a different path and thus comes out duplicated.
upload_profraws: false
timeout-minutes: 90
steps:
- uses: actions/checkout@v4
Expand Down
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 near-network --exclude estimator-warehouse --exclude integration-tests"
"--exclude runtime-params-estimator --exclude estimator-warehouse --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 6dbc4f1

Please sign in to comment.