We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5775263 commit 9caffbaCopy full SHA for 9caffba
.github/workflows/run_test.yml
@@ -31,9 +31,6 @@ jobs:
31
7z x octave_5.2.0.7z -ooctave -y
32
echo "$PWD/octave/octave-5.2.0-w64-64/mingw64/bin" >> $GITHUB_PATH
33
fi
34
- - name: Test linux32 binaries
35
- if: false && ${{ matrix.os == 'ubuntu-24.04' }}
36
- run: rm -rf bin/*.mexa64
37
- name: Run Octave unit tests
38
run: octave-cli --eval "addpath(pwd);cd test; tic; run_iso2mesh_test; toc"
39
- name: Run Octave test - demo_vol2mesh_ex1
@@ -87,9 +84,6 @@ jobs:
87
84
uses: matlab-actions/setup-matlab@v1
88
85
with:
89
86
release: R2022a
90
91
92
93
- name: Test win32 binaries
94
if: ${{ matrix.os == 'windows-2019' }}
95
run: rm -rf bin/*x86-64.exe
0 commit comments