Skip to content

Commit d925e47

Browse files
loheagnjiangliu
authored andcommitted
ci: config /etc/fuse.conf before running cargo test
Signed-off-by: Nan Li <[email protected]>
1 parent cd627af commit d925e47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ jobs:
4242
- name: smoke
4343
if: ${{ matrix.arch == 'amd64' }}
4444
run: |
45-
make test
4645
echo user_allow_other | sudo tee --append /etc/fuse.conf
46+
make test
4747
make smoke-all
4848
4949
Macos-CI:

0 commit comments

Comments
 (0)