Skip to content

Commit

Permalink
Patching tests before running build-test-stdlib
Browse files Browse the repository at this point in the history
  • Loading branch information
udesou committed Jan 24, 2024
1 parent 4ecc3b8 commit 9dd6ace
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/binding-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ jobs:
run: |
./.github/scripts/ci-checkout.sh
./.github/scripts/ci-setup.sh
- name: Patching unsupported tests
run: |
./.github/scripts/ci-test-patching.sh
- name: Build Julia (Release)
run: |
./.github/scripts/ci-build.sh release ${{ inputs.gc_plan }}
Expand Down

0 comments on commit 9dd6ace

Please sign in to comment.