From febbbcb13df876506df1acaa8d9709b19f5d9606 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alja=C5=BE=20Mur=20Er=C5=BEen?= Date: Thu, 8 Feb 2024 19:18:05 +0100 Subject: [PATCH] refactor: fmt --- .github/workflows/publish.yml | 3 +-- Justfile | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5c305e0..2f00e88 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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 }} diff --git a/Justfile b/Justfile index 0fcd4fe..68eb01a 100644 --- a/Justfile +++ b/Justfile @@ -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