mirror of
https://github.com/facebook/sapling.git
synced 2024-12-27 23:22:02 +03:00
github: do not test stackdesc crate
Summary: It was removed by D22129585 (1020f76e7d
). Skip testing it.
Reviewed By: kulshrax
Differential Revision: D22288183
fbshipit-source-id: 07b483028f75df5af9565c9ed693f2299d43f4b2
This commit is contained in:
parent
804f9e6312
commit
43d7d8ce45
2
.github/workflows/edenscm-libs.yml
vendored
2
.github/workflows/edenscm-libs.yml
vendored
@ -83,8 +83,6 @@ jobs:
|
||||
run: cargo test --verbose --target-dir target --manifest-path eden/scm/lib/renderdag/Cargo.toml
|
||||
- name: Run revisionstore tests
|
||||
run: cargo test --verbose --target-dir target --no-default-features --manifest-path eden/scm/lib/revisionstore/Cargo.toml
|
||||
- name: Run stackdesc tests
|
||||
run: cargo test --verbose --target-dir target --manifest-path eden/scm/lib/stackdesc/Cargo.toml
|
||||
# fbthrift is not published
|
||||
# - name: Run thrift-types tests
|
||||
# run: cargo test --verbose --target-dir target --manifest-path eden/scm/lib/thrift-types/Cargo.toml
|
||||
|
Loading…
Reference in New Issue
Block a user