Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
muhamadazmy committed Sep 25, 2023
1 parent cb795e6 commit 14b12e4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 14b12e4

Please sign in to comment.