Skip to content

Commit 6023ee0

Browse files
committed
Fix test path
1 parent 856c9da commit 6023ee0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci-deeploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -248,19 +248,19 @@ jobs:
248248
include:
249249
- name: fail-input0
250250
platform: Generic
251-
test: testTypeInferenceDifferentTypes
251+
test: Others/TypeInference
252252
type_map: "A=int8_t B=int8_t C=int8_t"
253253
offset_map: "A=0 B=0 C=0"
254254
shouldFail: true
255255
- name: fail-input2
256256
platform: Generic
257-
test: testTypeInferenceDifferentTypes
257+
test: Others/TypeInference
258258
type_map: "A=int16_t B=int8_t C=int16_t"
259259
offset_map: "A=0 B=0 C=0"
260260
shouldFail: true
261261
- name: pass
262262
platform: Generic
263-
test: testTypeInferenceDifferentTypes
263+
test: Others/TypeInference
264264
type_map: "A=int16_t B=int8_t C=int32_t"
265265
offset_map: "A=0 B=0 C=0"
266266
shouldFail: false

0 commit comments

Comments
 (0)