Skip to content

Commit

Permalink
remove test, remove changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
rrrliu committed Jan 23, 2025
1 parent 59ac7d4 commit b6b0e07
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,17 +119,10 @@ jobs:
toolchain: ${{ matrix.toolchain }}
args: "--release --bin pod_worker"
strip: true
- name: Run tests
uses: houseabsolute/actions-rust-cross@v1
with:
command: "test"
target: ${{ matrix.platform.target }}
toolchain: ${{ matrix.toolchain }}
args: "--release"
if: ${{ !matrix.platform.skip-tests }}
- name: Publish artifacts and release
uses: houseabsolute/actions-rust-release@v0
with:
executable-name: pod_worker
target: ${{ matrix.platform.target }}
changes-file: ""
if: matrix.toolchain == 'stable'

0 comments on commit b6b0e07

Please sign in to comment.