From a840dfd57d5b5d1b4980c02aaf535bcc4330d3d1 Mon Sep 17 00:00:00 2001 From: Etienne ANNE Date: Tue, 19 Nov 2024 16:15:12 +0100 Subject: [PATCH] Update cli.yml --- .github/workflows/cli.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/cli.yml b/.github/workflows/cli.yml index 5460dd71c..04a12890c 100644 --- a/.github/workflows/cli.yml +++ b/.github/workflows/cli.yml @@ -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 \ No newline at end of file + run: cargo publish --token ${{ secrets.CARGO_REGISTRY_TOKEN }} --allow-dirty