Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: takedown node14 test on windows #4068

Merged
merged 1 commit into from
Aug 30, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/reusable-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ on:
required: true
type: string
profile: # Rust profile, "debug" or "release"
default: 'release'
default: "release"
required: false
type: string
test: # Run tests?
Expand Down Expand Up @@ -251,7 +251,7 @@ jobs:

- name: Test x86_64-pc-windows-msvc
timeout-minutes: 15 # Tests should finish within 15 mins, please fix your tests instead of changing this to a higher timeout.
if: ${{ inputs.target == 'x86_64-pc-windows-msvc' }}
if: ${{ inputs.target == 'x86_64-pc-windows-msvc' && matrix.node != '14' }}
run: pnpm run test:ci

### write the latest metric into branch gh-pages
Expand Down