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:
Jun Wu 2020-06-29 20:37:31 -07:00 committed by Facebook GitHub Bot
parent 804f9e6312
commit 43d7d8ce45

View File

@ -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