Skip to content

Commit 3bfdb1c

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

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.github/workflows/rust-cubestore.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
run: |
3737
mount
3838
df -h
39+
echo $TMPDIR
3940
- name: Checkout
4041
uses: actions/checkout@v4
4142
- name: Install Rust
@@ -59,14 +60,21 @@ jobs:
5960
cargo fmt --manifest-path rust/cubestore/cubehll/Cargo.toml -- --check
6061
- name: Run cargo build
6162
run: |
62-
cargo build --manifest-path rust/cubestore/Cargo.toml -j 4
63+
cargo build --manifest-path rust/cubestore/Cargo.toml
64+
- name: Debug logs
65+
run: |
66+
mount
67+
df -h
68+
- name: Run cargo test --no-run
69+
run: |
70+
cargo test --manifest-path rust/cubestore/Cargo.toml --no-run
6371
- name: Debug logs
6472
run: |
6573
mount
6674
df -h
6775
- name: Run cargo test
6876
run: |
69-
cargo test --manifest-path rust/cubestore/Cargo.toml -j 1
77+
cargo test --manifest-path rust/cubestore/Cargo.toml
7078
7179
docker-image-latest:
7280
name: Build only :latest image

0 commit comments

Comments
 (0)