ci: disable tests for non-x86_64 builds

This commit is contained in:
itsmattkc
2022-01-30 11:05:38 -08:00
parent 75db2344f2
commit 7bb07d21a2
+1
View File
@@ -363,6 +363,7 @@ jobs:
shell: bash
run: |
ctest -C ${{ matrix.build-type }} -V
if: matrix.os-arch == 'x86_64' # ARM64 tests naturally won't be able to run on x86_64 runners
- name: Create Package
working-directory: ${{ runner.workspace }}/build