Skip to content

Commit

Permalink
Test on PR
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianStehle committed Apr 16, 2024
1 parent aea3197 commit 0d2f2e3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 18 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/build-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,13 +115,6 @@ jobs:
git clone ${YRS_REPO} --branch ${YRS_BRANCH} --single-branch yrs
shell: bash

- name: Patch build (Git)
if: ${{ false }}
run: |
cd yrs
git apply ../native/build.patch
shell: bash

- name: Build (Cargo)
if: "!matrix.cross"
run: |
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ on:
push:
branches:
- 'main'
pull_request:
branches:
- 'main'

jobs:
test:
Expand Down
11 changes: 0 additions & 11 deletions native/build.patch

This file was deleted.

0 comments on commit 0d2f2e3

Please sign in to comment.