Skip to content

Commit f496884

Browse files
committed
test: expand test matrix for macros with root6 env
1 parent c4bc871 commit f496884

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

.github/workflows/build-pull-request.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,16 +67,17 @@ jobs:
6767
docker run --volumes-from star-test-data ghcr.io/star-bnl/star-sw-${{ env.STARENV }} \
6868
sh -c "set -e; MALLOC_CHECK_=3 $TEST_CMD 2>&1 | tee log; grep 'Run completed' log"
6969
70-
ROOT5_test_doEvents:
70+
test_doEvents:
7171
runs-on: ubuntu-latest
7272
needs: build
7373
strategy:
7474
fail-fast: false
7575
matrix:
7676
test_id: [121, 122]
77-
compiler: [gcc485, gcc11]
77+
starenv: [root5, root6]
78+
compiler: [gcc485]
7879
env:
79-
STARENV: root5-${{ matrix.compiler }}
80+
STARENV: ${{ matrix.starenv }}-${{ matrix.compiler }}
8081
steps:
8182
- name: Download artifact
8283
uses: actions/download-artifact@v3
@@ -92,16 +93,17 @@ jobs:
9293
docker run --volumes-from star-test-data ghcr.io/star-bnl/star-sw-${{ env.STARENV }} \
9394
sh -c "set -e; $TEST_CMD 2>&1 | tee log; grep '<StIOMaker::Finish> IO:' log"
9495
95-
ROOT5_test_find_vertex:
96+
test_find_vertex:
9697
runs-on: ubuntu-latest
9798
needs: build
9899
strategy:
99100
fail-fast: false
100101
matrix:
101102
test_id: [102, 121, 122]
102-
compiler: [gcc485, gcc11]
103+
starenv: [root5, root6]
104+
compiler: [gcc485]
103105
env:
104-
STARENV: root5-${{ matrix.compiler }}
106+
STARENV: ${{ matrix.starenv }}-${{ matrix.compiler }}
105107
steps:
106108
- name: Download artifact
107109
uses: actions/download-artifact@v3

0 commit comments

Comments
 (0)