Skip to content

Commit

Permalink
Merge branch 'main' of github.com:sunmy2019/rathole into optional-rus…
Browse files Browse the repository at this point in the history
…tls-support
  • Loading branch information
sunmy2019 committed Feb 18, 2024
2 parents e6987de + 7251759 commit fa195b6
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 50 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,11 @@ jobs:
target: x86_64-apple-darwin
exe: rathole
cross: false

- os: macos-latest
target: aarch64-apple-darwin
exe: rathole
cross: false

- os: windows-latest
target: x86_64-pc-windows-msvc
Expand All @@ -96,7 +101,7 @@ jobs:
if: matrix.cross == false
run: rustup target add ${{ matrix.target }}
- name: Run tests
if: matrix.cross == false
if: matrix.cross == false && matrix.target != 'aarch64-apple-darwin'
run: cargo test --release --target ${{ matrix.target }} --verbose
- name: Build release
if: matrix.cross == false
Expand Down
112 changes: 63 additions & 49 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fa195b6

Please sign in to comment.