Skip to content

Commit 05d93ff

Browse files
committed
Test on ARM as well
1 parent 8bdb017 commit 05d93ff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/nightly.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,11 @@ jobs:
4646
fail-fast: false
4747
matrix:
4848
type: ['asan', 'verify_type_inference']
49+
arch: ["${{ inputs.ubuntu_version }}", "${{ inputs.ubuntu_version }}-arm"]
4950
exclude:
5051
- type: ${{ !inputs.community_verify_type_inference && 'verify_type_inference' || '*never*' }}
5152
name: "COMMUNITY_${{ matrix.type }}"
52-
runs-on: ubuntu-${{ inputs.ubuntu_version }}
53+
runs-on: "${{ matrix.arch }}"
5354
env:
5455
ASAN_OPTIONS: exitcode=139
5556
UBSAN_OPTIONS: print_stacktrace=1

0 commit comments

Comments
 (0)