Skip to content

Commit 468c9a7

Browse files
committed
ci: disable ergo-lib no-default-feature-build
ergo-lib can't be built as a cdylib without an allocator, so disable builds and do check instead
1 parent e89e42b commit 468c9a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
with:
2525
command: build
2626
args: --no-default-features --manifest-path ergotree-ir/Cargo.toml
27-
- name: Build ergo-lib
27+
- name: Check ergo-lib
2828
uses: actions-rs/cargo@v1
2929
with:
30-
command: build
30+
command: check
3131
args: --no-default-features --manifest-path ergo-lib/Cargo.toml
3232

3333
test:

0 commit comments

Comments
 (0)