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