File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments