We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ad429c commit 93e9475Copy full SHA for 93e9475
.github/workflows/ci.yml
@@ -14,6 +14,7 @@ on:
14
env:
15
NOMP_CONDA_ENV: /usr/share/miniconda/envs/libnomp
16
NOMP_INSTALL_DIR: ${{ github.workspace }}/install
17
+ NOMP_VERBOSE: 1
18
NOMP_CACHE_NUMBER: 0 # Increase to reset cache manually.
19
POCL_CACHE_NUMBER: 0 # Increase to reset cache manually.
20
jobs:
scripts/lnrun
@@ -117,7 +117,7 @@ function run_test() {
117
118
echo -e "Running tests..."
119
num_errors=0
120
- cd "${NOMP_TEST_DIR}" &&
+ cd "${NOMP_TEST_DIR}"
121
for t in $(ls ${TESTS}); do
122
echo " $t --nomp-backend ${NOMP_BACKEND} --nomp-device ${NOMP_DEVICE} \
123
--nomp-platform ${NOMP_PLATFORM} --nomp-install-dir ${NOMP_INSTALL_DIR} \
0 commit comments