Skip to content

Commit 198bf31

Browse files
committed
arduino-core-tests/: Update test case for interrupt.
Signed-off-by: MDin <[email protected]>
1 parent 25c5b44 commit 198bf31

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

.github/workflows/compile-platform-examples.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -125,39 +125,39 @@ jobs:
125125
- board:
126126
i2s: true
127127
i2s-sketch-paths: |
128-
- libraries/I2S
128+
#- libraries/I2S
129129
- board:
130130
dieTemp: true
131131
dieTemp-sketch-paths: |
132-
- libraries/DeviceControlXMC/examples/DieTemperatureMeasurement
132+
#- libraries/DeviceControlXMC/examples/DieTemperatureMeasurement
133133
- board:
134134
heapMem: true
135135
heapMem-sketch-paths: |
136-
- libraries/DeviceControlXMC/examples/HeapMemoryMeasurement
136+
# - libraries/DeviceControlXMC/examples/HeapMemoryMeasurement
137137
- board:
138138
sleep1100: true
139139
sleep1100-sketch-paths: |
140-
- libraries/DeviceControlXMC/examples/SleepModeXMC1100
140+
# - libraries/DeviceControlXMC/examples/SleepModeXMC1100
141141
- board:
142142
sleep4700: true
143143
sleep4700-sketch-paths: |
144-
- libraries/DeviceControlXMC/examples/SleepModeXMC4700
144+
# - libraries/DeviceControlXMC/examples/SleepModeXMC4700
145145
- board:
146146
stackMem: true
147147
stackMem-sketch-paths: |
148-
- libraries/DeviceControlXMC/examples/StackMemoryMeasurement
148+
# - libraries/DeviceControlXMC/examples/StackMemoryMeasurement
149149
- board:
150150
dma: true
151151
dma-sketch-paths: |
152-
- libraries/DMA
152+
# - libraries/DMA
153153
- board:
154154
alarmRtc: true
155155
alarmRtc-sketch-paths: |
156-
- libraries/RTC/examples/AlarmRTC
156+
# - libraries/RTC/examples/AlarmRTC
157157
- board:
158158
can: true
159159
can-sketch-paths: |
160-
- libraries/CAN/examples
160+
# - libraries/CAN/examples
161161
steps:
162162
- name: Checkout repository
163163
uses: actions/checkout@v4
@@ -196,7 +196,7 @@ jobs:
196196
# ${{ matrix.alarmRtc-sketch-paths }}
197197
# ${{ matrix.can-sketch-paths }}
198198
# enable-deltas-report: false
199-
# sketches-report-path: ${{ env.SKETCHES_REPORTS_PATH }}
199+
# sketches-report-path: ${{ env.SKETCHES_REPORTS_PATH }}
200200

201201
- name: Modify the environment variable
202202
run: |

tests/arduino-core-tests

0 commit comments

Comments
 (0)