From 14b12e431e639db149d5d962f16bb048bdae7b5b Mon Sep 17 00:00:00 2001 From: Muhamad Azamy Date: Mon, 25 Sep 2023 09:30:49 +0200 Subject: [PATCH] fix ci --- .github/workflows/tests.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index fca37b8..c55eb89 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -21,7 +21,3 @@ jobs: - uses: Swatinem/rust-cache@v1 - name: Unit Testing run: cargo test --bins --features build-binary - - name: Config FUSE to run without sudo - run: echo user_allow_other | sudo tee /etc/fuse.conf - - name: Integration Testing - run: cargo test --features build-binary --release --test '*' -- --test-threads=1