Skip to content

Commit 3252670

Browse files
Update ESP32 test build process: Use release profile and correct artifact path
1 parent a533ca3 commit 3252670

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/esp32-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
- name: Build ESP32 test
6565
working-directory: validation/esp32-test
6666
run: |
67-
cargo build
67+
cargo build --release
6868
env:
6969
SCCACHE_GHA_ENABLED: "true"
7070
RUSTC_WRAPPER: "sccache"
@@ -74,5 +74,5 @@ jobs:
7474
with:
7575
name: esp32-test-build
7676
path: |
77-
validation/esp32-test/build/
77+
validation/esp32-test/target/release/
7878
retention-days: 30

0 commit comments

Comments
 (0)