Skip to content

Commit

Permalink
Run all tests for sanity check
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertSamoilescu committed Jun 18, 2024
1 parent 0982464 commit a2cc30a
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,11 @@ jobs:
- "3.10"
is-pr:
- ${{ github.event_name == 'pull_request' }}
exclude:
# MacOS tests take a lot of time, so we will run them only on merge
# From https://github.com/orgs/community/discussions/26253
- is-pr: true
os: macos-13
# exclude:
# # MacOS tests take a lot of time, so we will run them only on merge
# # From https://github.com/orgs/community/discussions/26253
# - is-pr: true
# os: macos-13
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -128,11 +128,11 @@ jobs:
- catboost
is-pr:
- ${{ github.event_name == 'pull_request' }}
exclude:
# MacOS tests take a lot of time, so we will run them only on merge
# From https://github.com/orgs/community/discussions/26253
- is-pr: true
os: macos-13
# exclude:
# # MacOS tests take a lot of time, so we will run them only on merge
# # From https://github.com/orgs/community/discussions/26253
# - is-pr: true
# os: macos-13
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -162,7 +162,7 @@ jobs:
# Ensure that having all the runtimes installed together works
test-all-runtimes:
if: github.event_name == 'push'
# if: github.event_name == 'push'
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit a2cc30a

Please sign in to comment.