File tree Expand file tree Collapse file tree 1 file changed +2
-17
lines changed Expand file tree Collapse file tree 1 file changed +2
-17
lines changed Original file line number Diff line number Diff line change @@ -109,23 +109,6 @@ jobs:
109
109
- name : run ATECC608 unit tests
110
110
run : (cd tools/atecc608; go test ./...)
111
111
112
- simulator :
113
- runs-on : ubuntu-22.04
114
- container : ${{ inputs.container-repo }}:${{ inputs.container-version }}
115
- steps :
116
- - name : Clone the repo
117
- uses : actions/checkout@v4
118
- with :
119
- fetch-depth : 0
120
- fetch-tags : true
121
- submodules : recursive
122
-
123
- - name : Mark directory as safe
124
- run : git config --global --add safe.directory $GITHUB_WORKSPACE
125
-
126
- - name : Build simulator
127
- run : make -j$(($(nproc) + 1)) simulator
128
-
129
112
leakcheck :
130
113
runs-on : ubuntu-22.04
131
114
container : ${{ inputs.container-repo }}:${{ inputs.container-version }}
@@ -183,6 +166,7 @@ jobs:
183
166
- firmware-btc
184
167
- factory-setup
185
168
- firmware-debug
169
+ - simulator
186
170
runs-on : ubuntu-22.04
187
171
container :
188
172
image : ${{ inputs.container-repo }}:${{ inputs.container-version }}
@@ -221,6 +205,7 @@ jobs:
221
205
build*/bin/*.bin
222
206
build*/bin/*.elf
223
207
build*/bin/*.map
208
+ build*/bin/simulator
224
209
225
210
doc :
226
211
runs-on : ubuntu-22.04
You can’t perform that action at this time.
0 commit comments