Skip to content

Commit 5b11dd1

Browse files
HanSur94claude
andcommitted
ci: set FASTSENSE_SKIP_BUILD in release gate test runner
First install() compiles MEX. Second invocation skips rebuild via env var, matching the main test workflow behavior. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent ba4d2f5 commit 5b11dd1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
- uses: actions/checkout@v6
1818

1919
- name: Build MEX and run tests
20+
env:
21+
FASTSENSE_SKIP_BUILD: "1"
2022
run: |
2123
octave --eval "install();"
2224
xvfb-run octave --eval "install(); cd('tests'); r = run_all_tests(); if r.failed > 0; exit(1); end"

0 commit comments

Comments
 (0)