File tree Expand file tree Collapse file tree 1 file changed +0
-29
lines changed
Expand file tree Collapse file tree 1 file changed +0
-29
lines changed Original file line number Diff line number Diff line change @@ -321,35 +321,6 @@ jobs:
321321 message : " ${{ env.PR_SUMMARY_MESSAGE }}"
322322 message-id : istanbul-cov-summary
323323
324- lightest-sync-test :
325- name : Lightest sync test
326- runs-on : ["8-cpu","self-hosted","blockchain"]
327-
328- needs :
329- - go-modules
330- - build-and-store-binaries
331-
332- steps :
333- - name : Checkout repo
334- uses : actions/checkout@v6
335- - name : Setup golang
336- uses : actions/setup-go@v5
337- with :
338- go-version : ${{ env.GO_VERSION }}
339- check-latest : false
340- cache : true
341- - name : Download pre-built binaries
342- uses : actions/download-artifact@v6
343- with :
344- name : binaries
345- path : ./build/bin
346- - name : Fix permissions
347- run : |
348- chmod +x ./build/bin/*
349- - name : Run sync test
350- run : |
351- DATADIR=/tmp/lightest_sync_test_data MODE=lightest ./scripts/sync_test.sh
352-
353324 e2e-benchmarks :
354325 name : End-to-end benchmarks
355326 runs-on : ["8-cpu","self-hosted","blockchain"]
You can’t perform that action at this time.
0 commit comments