Skip to content

Commit 1fb617a

Browse files
committed
WIP 2024-04-25 czw 11:30
1 parent b8250bb commit 1fb617a

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/pr.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,12 @@ jobs:
101101
build/CMakeCache.txt
102102
build/envdump.txt
103103
build/Testing
104-
build/test/gtest/{m,s}hp/*.log
105-
build/benchmarks/gbench/{m,s}hp/*.log
106-
build/examples/{m,s}hp/*.log
104+
build/test/gtest/mhp/*.log
105+
build/benchmarks/gbench/mhp/*.log
106+
build/examples/mhp/*.log
107+
build/test/gtest/shp/*.log
108+
build/benchmarks/gbench/shp/*.log
109+
build/examples/shp/*.log
107110
108111
ishmem_unit_tests:
109112
runs-on: pvc

0 commit comments

Comments
 (0)