Skip to content

Commit

Permalink
[ci] remove mexglx test, use mexa64
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Dec 23, 2024
1 parent 5775263 commit 9caffba
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/run_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ jobs:
7z x octave_5.2.0.7z -ooctave -y
echo "$PWD/octave/octave-5.2.0-w64-64/mingw64/bin" >> $GITHUB_PATH
fi
- name: Test linux32 binaries
if: false && ${{ matrix.os == 'ubuntu-24.04' }}
run: rm -rf bin/*.mexa64
- name: Run Octave unit tests
run: octave-cli --eval "addpath(pwd);cd test; tic; run_iso2mesh_test; toc"
- name: Run Octave test - demo_vol2mesh_ex1
Expand Down Expand Up @@ -87,9 +84,6 @@ jobs:
uses: matlab-actions/setup-matlab@v1
with:
release: R2022a
- name: Test linux32 binaries
if: false && ${{ matrix.os == 'ubuntu-24.04' }}
run: rm -rf bin/*.mexa64
- name: Test win32 binaries
if: ${{ matrix.os == 'windows-2019' }}
run: rm -rf bin/*x86-64.exe
Expand Down

0 comments on commit 9caffba

Please sign in to comment.