Skip to content

Commit

Permalink
Update cli.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Zwiterrion authored Nov 19, 2024
1 parent c7dac74 commit a840dfd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,5 @@ jobs:
- uses: actions/checkout@v4
- name: Build
run: cargo build --verbose --release
- name: Run tests
run: RUST_TEST_THREADS=1 cargo test --verbose
- name: Publish to crates.io
run: cargo publish --token ${{ secrets.CARGO_REGISTRY_TOKEN }} --allow-dirty
run: cargo publish --token ${{ secrets.CARGO_REGISTRY_TOKEN }} --allow-dirty

0 comments on commit a840dfd

Please sign in to comment.