Remove build-debug
This commit is contained in:
parent
35bcbdc9d0
commit
c726e4e86a
@ -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:
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user