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 778e16c commit 2cc754cCopy full SHA for 2cc754c
.github/workflows/push.yml
@@ -507,11 +507,11 @@ jobs:
507
uses: actions-rs/cargo@v1
508
with:
509
command: build
510
- args: --manifest-path rust/cubestore/Cargo.toml -j 4
+ args: --manifest-path rust/cubestore/Cargo.toml -j 4 --release
511
- name: Copy Cube Store
512
run: |
513
mkdir -p rust/cubestore/downloaded/latest/bin
514
- cp rust/cubestore/target/debug/cubestored rust/cubestore/downloaded/latest/bin/cubestored
+ cp rust/cubestore/target/release/cubestored rust/cubestore/downloaded/latest/bin/cubestored
515
- name: Run Integration smoke tests
516
timeout-minutes: 30
517
run: ./.github/actions/smoke.sh
0 commit comments