Remove build-debug
This commit is contained in:
parent
35bcbdc9d0
commit
c726e4e86a
@ -135,12 +135,6 @@ jobs:
|
|||||||
command: |
|
command: |
|
||||||
git --no-pager diff go.mod go.sum
|
git --no-pager diff go.mod go.sum
|
||||||
git --no-pager diff --quiet go.mod go.sum
|
git --no-pager diff --quiet go.mod go.sum
|
||||||
build-debug:
|
|
||||||
executor: golang
|
|
||||||
steps:
|
|
||||||
- prepare
|
|
||||||
- run:
|
|
||||||
command: make debug
|
|
||||||
|
|
||||||
test:
|
test:
|
||||||
description: |
|
description: |
|
||||||
@ -1064,7 +1058,6 @@ workflows:
|
|||||||
suite: conformance-bleeding-edge
|
suite: conformance-bleeding-edge
|
||||||
target: "./conformance"
|
target: "./conformance"
|
||||||
vectors-branch: specs-actors-v7
|
vectors-branch: specs-actors-v7
|
||||||
- build-debug
|
|
||||||
|
|
||||||
release:
|
release:
|
||||||
jobs:
|
jobs:
|
||||||
|
@ -135,12 +135,6 @@ jobs:
|
|||||||
command: |
|
command: |
|
||||||
git --no-pager diff go.mod go.sum
|
git --no-pager diff go.mod go.sum
|
||||||
git --no-pager diff --quiet go.mod go.sum
|
git --no-pager diff --quiet go.mod go.sum
|
||||||
build-debug:
|
|
||||||
executor: golang
|
|
||||||
steps:
|
|
||||||
- prepare
|
|
||||||
- run:
|
|
||||||
command: make debug
|
|
||||||
|
|
||||||
test:
|
test:
|
||||||
description: |
|
description: |
|
||||||
@ -759,7 +753,6 @@ workflows:
|
|||||||
suite: conformance-bleeding-edge
|
suite: conformance-bleeding-edge
|
||||||
target: "./conformance"
|
target: "./conformance"
|
||||||
vectors-branch: specs-actors-v7
|
vectors-branch: specs-actors-v7
|
||||||
- build-debug
|
|
||||||
|
|
||||||
release:
|
release:
|
||||||
jobs:
|
jobs:
|
||||||
|
Loading…
Reference in New Issue
Block a user