Skip to content

Commit cd6b4b0

Browse files
committed
Fix CI
1 parent 4b5b792 commit cd6b4b0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1038,13 +1038,13 @@ jobs:
10381038
- name: fail-input0
10391039
platform: Generic
10401040
test: testTypeInferenceDifferentTypes
1041-
map: A=int8_t B=int8_t C=int8_t
1041+
type_map: A=int8_t B=int8_t C=int8_t
10421042
offset_map: A=0 B=0 C=0
10431043
shouldFail: true
10441044
- name: fail-input2
10451045
platform: Generic
10461046
test: testTypeInferenceDifferentTypes
1047-
map: A=int16_t B=int8_t C=int16_t
1047+
type_map: A=int16_t B=int8_t C=int16_t
10481048
offset_map: A=0 B=0 C=0
10491049
shouldFail: true
10501050
- name: pass
@@ -1069,5 +1069,5 @@ jobs:
10691069
-t ./Tests/${{ matrix.test }} \
10701070
-v \
10711071
--input-type-map ${{ matrix.type_map }} \
1072-
--input-type-offset ${{ matrix.offsetmap }} \
1072+
--input-offset-map ${{ matrix.offsetmap }} \
10731073
${{ matrix.shouldFail && '--shouldFail' || '' }}

0 commit comments

Comments
 (0)