Skip to content

Commit 9caffba

Browse files
committed
[ci] remove mexglx test, use mexa64
1 parent 5775263 commit 9caffba

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/run_test.yml

-6
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ jobs:
3131
7z x octave_5.2.0.7z -ooctave -y
3232
echo "$PWD/octave/octave-5.2.0-w64-64/mingw64/bin" >> $GITHUB_PATH
3333
fi
34-
- name: Test linux32 binaries
35-
if: false && ${{ matrix.os == 'ubuntu-24.04' }}
36-
run: rm -rf bin/*.mexa64
3734
- name: Run Octave unit tests
3835
run: octave-cli --eval "addpath(pwd);cd test; tic; run_iso2mesh_test; toc"
3936
- name: Run Octave test - demo_vol2mesh_ex1
@@ -87,9 +84,6 @@ jobs:
8784
uses: matlab-actions/setup-matlab@v1
8885
with:
8986
release: R2022a
90-
- name: Test linux32 binaries
91-
if: false && ${{ matrix.os == 'ubuntu-24.04' }}
92-
run: rm -rf bin/*.mexa64
9387
- name: Test win32 binaries
9488
if: ${{ matrix.os == 'windows-2019' }}
9589
run: rm -rf bin/*x86-64.exe

0 commit comments

Comments
 (0)