Skip to content

Commit

Permalink
remove test release
Browse files Browse the repository at this point in the history
Signed-off-by: Guillaume W. Bres <[email protected]>
  • Loading branch information
gwbres committed Aug 27, 2024
1 parent 5549317 commit 88699a2
Showing 1 changed file with 0 additions and 31 deletions.
31 changes: 0 additions & 31 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,37 +199,6 @@ jobs:
command: build
args: --all-features --release

release-test:
name: Release Test
if: ${{ github.ref_type != 'tag' }}
runs-on: ubuntu-latest
needs: [linter, build, documentation, windows-build, macos-build]
strategy:
matrix:
include:
- crate: rinex-qc-traits
- crate: rinex
- crate: sp3
- crate: sinex
- crate: rinex-qc
- crate: ublox-rnx
- crate: rnx2crx
- crate: crx2rnx
- crate: rinex-cli
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install stable
uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: Publish Test
env:
TOKEN: ${{ secrets.CRATES_IO_TOKEN }}
run: |
cargo login $TOKEN
cargo publish -p ${{ matrix.crate }} --allow-dirty --dry-run
release:
name: Release Libraries
runs-on: ubuntu-latest
Expand Down

0 comments on commit 88699a2

Please sign in to comment.