Skip to content

Commit 6c06a41

Browse files
committed
fix find finally?
1 parent 4ceecc8 commit 6c06a41

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ test_cuda:
3535
- cd build
3636
- nvidia-smi
3737
- ctest --output-on-failure -R ".*cuda.*"
38-
- find bin -type f -name "*benchmark*cuda*" -exec {} \;
38+
- find bin -type f -name "*cuda" -not -name "*text*" -exec {} \;
3939

4040

4141
# build_cuda_sycl:

0 commit comments

Comments
 (0)