Skip to content

Commit 2cc754c

Browse files
committed
chore: Stack overflow in cube store due to E2E tests using debug build
1 parent 778e16c commit 2cc754c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -507,11 +507,11 @@ jobs:
507507
uses: actions-rs/cargo@v1
508508
with:
509509
command: build
510-
args: --manifest-path rust/cubestore/Cargo.toml -j 4
510+
args: --manifest-path rust/cubestore/Cargo.toml -j 4 --release
511511
- name: Copy Cube Store
512512
run: |
513513
mkdir -p rust/cubestore/downloaded/latest/bin
514-
cp rust/cubestore/target/debug/cubestored rust/cubestore/downloaded/latest/bin/cubestored
514+
cp rust/cubestore/target/release/cubestored rust/cubestore/downloaded/latest/bin/cubestored
515515
- name: Run Integration smoke tests
516516
timeout-minutes: 30
517517
run: ./.github/actions/smoke.sh

0 commit comments

Comments
 (0)