Skip to content

Commit dd6ccb0

Browse files
authored
Update mex.yml to run matlab check_finufft test with generated mex files
1 parent 4a4da6e commit dd6ccb0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/mex.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ jobs:
4141
sudo apt install libfftw3-dev
4242
sed -i '/ LIBSFFT/a \ \ LIBSFFT := `g++ --print-file-name libfftw3.a` `g++ --print-file-name libfftw3f.a` `g++ --print-file-name libfftw3_omp.a` `g++ --print-file-name libfftw3f_omp.a` -lm -lgomp' makefile
4343
make matlab
44+
- name: Run Matlab test
45+
uses: matlab-actions/run-command@v2
46+
with:
47+
command: addpath(genpath('matlab')), check_finufft
4448
- name: Upload mex files
4549
uses: actions/upload-artifact@v4
4650
with:

0 commit comments

Comments
 (0)