Skip to content

Commit

Permalink
fix(ci): publish flaky_test_impl before flaky_test
Browse files Browse the repository at this point in the history
  • Loading branch information
magurotuna committed Jan 17, 2024
1 parent fd93122 commit d26a86a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,6 @@ jobs:
startsWith(github.ref, 'refs/tags/')
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
run: cargo publish
run: |
cargo publish --package flaky_test_impl
cargo publish

0 comments on commit d26a86a

Please sign in to comment.