We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cadaf7b commit 876885fCopy full SHA for 876885f
.github/workflows/rust-cubestore.yml
@@ -55,10 +55,10 @@ jobs:
55
cargo fmt --manifest-path rust/cubestore/cubehll/Cargo.toml -- --check
56
- name: Run cargo build
57
run: |
58
- cargo build --manifest-path rust/cubestore/Cargo.toml -j 4
+ cargo build --manifest-path rust/cubestore/Cargo.toml
59
- name: Run cargo test
60
61
- cargo test --manifest-path rust/cubestore/Cargo.toml -j 1
+ cargo test --manifest-path rust/cubestore/Cargo.toml
62
63
docker-image-latest:
64
name: Build only :latest image
0 commit comments