Remove build-debug

This commit is contained in:
Ian Davis 2022-12-06 15:27:15 +00:00
parent ec19e2949e
commit b747806842
2 changed files with 0 additions and 14 deletions

View File

@ -136,12 +136,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: |
@ -993,7 +987,6 @@ workflows:
suite: conformance-bleeding-edge
target: "./conformance"
vectors-branch: specs-actors-v7
- build-debug
release:
jobs:

View File

@ -136,12 +136,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: |
@ -678,7 +672,6 @@ workflows:
suite: conformance-bleeding-edge
target: "./conformance"
vectors-branch: specs-actors-v7
- build-debug
release:
jobs: