Skip to content

Commit 73dd299

Browse files
committed
try unit test build dir
1 parent 8dbcdf0 commit 73dd299

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-intel.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ jobs:
5252
run: |
5353
source /opt/intel/oneapi/setvars.sh
5454
export SYCL_DEVICE_FILTER=opencl.cpu
55-
./build/bin/unit_test &> log.out
55+
cd build
56+
./bin/unit_test [highs_test_alien_basis]
5657
5758
- uses: actions/upload-artifact@v4
5859
with:

0 commit comments

Comments
 (0)