Skip to content

Commit 876885f

Browse files
committed
ci(cubestore): Remove jobs limit for build and test
1 parent cadaf7b commit 876885f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust-cubestore.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@ jobs:
5555
cargo fmt --manifest-path rust/cubestore/cubehll/Cargo.toml -- --check
5656
- name: Run cargo build
5757
run: |
58-
cargo build --manifest-path rust/cubestore/Cargo.toml -j 4
58+
cargo build --manifest-path rust/cubestore/Cargo.toml
5959
- name: Run cargo test
6060
run: |
61-
cargo test --manifest-path rust/cubestore/Cargo.toml -j 1
61+
cargo test --manifest-path rust/cubestore/Cargo.toml
6262
6363
docker-image-latest:
6464
name: Build only :latest image

0 commit comments

Comments
 (0)