Run crux-mir-comp
's test suite in CI
#1887
Labels
subsystem: crucible-mir
Issues related to Rust verification with crucible-mir and/or mir-json
subsystem: crucible-mir-comp
Issues related to compositional Rust verification with crucible-mir-comp or crux-mir-comp
tooling: CI
Issues involving CI/CD scripts or processes
type: enhancement
Issues describing an improvement to an existing feature or capability
Milestone
We currently build the code for
crux-mir-comp
's test suite in CI, but we do not actually run the test suite. We should do this, especially since there are upcoming changes to the Rust nightly that we support in the works (see GaloisInc/mir-json#49 and GaloisInc/crucible#1096).Running the test suite will require (1) that
mir-json
is installed, and (2) that we have installed thecrucible-mir
support libraries. Both of these would be easier if we land #1868 first.The text was updated successfully, but these errors were encountered: