Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/standalone-sequence' into stan…
Browse files Browse the repository at this point in the history
…dalone
  • Loading branch information
aliddell committed Aug 30, 2024
2 parents dbd1e35 + 18ac6d4 commit 04576eb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,6 @@ jobs:

- name: Test
working-directory: ${{github.workspace}}/build
run: ctest -C ${{env.BUILD_TYPE}} -L acquire-zarr --output-on-failure
run: |
ctest -C ${{env.BUILD_TYPE}} -L acquire-driver-zarr --output-on-failure
ctest -C ${{env.BUILD_TYPE}} -L acquire-zarr --output-on-failure

0 comments on commit 04576eb

Please sign in to comment.