Skip to content

Commit

Permalink
chore(release): run tests as we build binary
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-olszewski committed Feb 11, 2025
1 parent 73ca5fc commit 7514b71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/turborepo-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:

build-rust:
name: "Build Rust"
needs: [stage, rust-smoke-test, js-smoke-test]
needs: [stage]
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -201,7 +201,7 @@ jobs:
npm-publish:
name: "Publish To NPM"
runs-on: ubuntu-latest
needs: [stage, build-rust]
needs: [stage, build-rust, rust-smoke-test, js-smoke-test]
steps:
- name: Show Stage Commit
run: echo "${{ needs.stage.outputs.stage-branch }}"
Expand Down

0 comments on commit 7514b71

Please sign in to comment.