Skip to content

Commit 1fbd1eb

Browse files
committed
[DEBUG] cubestore LocalDirRemoteFs vs mountpoints
1 parent d5d1337 commit 1fbd1eb

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/rust-cubestore.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ jobs:
3333
RUST: ${{ matrix.rust }}
3434
steps:
3535
- name: Debug logs
36-
run: mount
36+
run: |
37+
mount
38+
df -h
3739
- name: Checkout
3840
uses: actions/checkout@v4
3941
- name: Install Rust
@@ -58,6 +60,10 @@ jobs:
5860
- name: Run cargo build
5961
run: |
6062
cargo build --manifest-path rust/cubestore/Cargo.toml -j 4
63+
- name: Debug logs
64+
run: |
65+
mount
66+
df -h
6167
- name: Run cargo test
6268
run: |
6369
cargo test --manifest-path rust/cubestore/Cargo.toml -j 1

0 commit comments

Comments
 (0)