Remove build-debug

This commit is contained in:
Ian Davis 2022-12-06 15:27:15 +00:00 committed by Shrenuj Bansal
parent 35bcbdc9d0
commit c726e4e86a
2 changed files with 0 additions and 14 deletions

View File

@ -135,12 +135,6 @@ jobs:
command: |
git --no-pager diff go.mod go.sum
git --no-pager diff --quiet go.mod go.sum
build-debug:
executor: golang
steps:
- prepare
- run:
command: make debug
test:
description: |
@ -1064,7 +1058,6 @@ workflows:
suite: conformance-bleeding-edge
target: "./conformance"
vectors-branch: specs-actors-v7
- build-debug
release:
jobs:

View File

@ -135,12 +135,6 @@ jobs:
command: |
git --no-pager diff go.mod go.sum
git --no-pager diff --quiet go.mod go.sum
build-debug:
executor: golang
steps:
- prepare
- run:
command: make debug
test:
description: |
@ -759,7 +753,6 @@ workflows:
suite: conformance-bleeding-edge
target: "./conformance"
vectors-branch: specs-actors-v7
- build-debug
release:
jobs: