File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change 79
79
github-token : ${{ secrets.GITHUB_TOKEN }}
80
80
path-to-lcov : lcov.info
81
81
parallel : true
82
- flag-name : rust-unit-tests
83
-
84
82
build :
85
83
strategy :
86
84
fail-fast : false
@@ -203,8 +201,6 @@ jobs:
203
201
github-token : ${{ secrets.GITHUB_TOKEN }}
204
202
path-to-lcov : coverage/lcov.info
205
203
parallel : true
206
- flag-name : ${{ matrix.settings.target }}-node@${{ matrix.node }}-binding-tests
207
-
208
204
test-linux-binding :
209
205
name : Test ${{ matrix.target }} - node@${{ matrix.node }}
210
206
needs :
@@ -279,8 +275,7 @@ jobs:
279
275
github-token : ${{ secrets.GITHUB_TOKEN }}
280
276
path-to-lcov : coverage/lcov.info
281
277
parallel : true
282
- flag-name : ${{ matrix.target }}-node@${{ matrix.node }}-binding-tests
283
- coverage :
278
+ = coverage :
284
279
name : Report Coverage
285
280
runs-on : ubuntu-latest
286
281
needs : [test, test-macOS-windows-binding, test-linux-binding]
You can’t perform that action at this time.
0 commit comments