Skip to content

Commit

Permalink
refactor: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
aljazerzen committed Feb 8, 2024
1 parent 86b9b15 commit febbbcb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
run: nix develop --command cargo --version

# publish
- run: nix develop --command cargo publish --package connector_arrow
--verbose
- run: nix develop --command cargo publish --package connector_arrow --verbose
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CRATES_IO_TOKEN }}
2 changes: 1 addition & 1 deletion Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ test:

# run tests, importants things first, for development
test-fast:
cargo fmt
just fmt
INSTA_FORCE_PASS=1 cargo nextest run --features=all --no-fail-fast
cargo insta review
cargo clippy --features=all
Expand Down

0 comments on commit febbbcb

Please sign in to comment.