mirror of
https://github.com/dnpm-dip/mv64e-mtb-dto-rs.git
synced 2025-07-03 19:32:54 +00:00
Add GitHub workflow to run tests
This commit is contained in:
@ -34,7 +34,7 @@ impl FromStr for Mtb {
|
||||
/// use std::str::FromStr;
|
||||
///
|
||||
/// fn main() {
|
||||
/// const MTB_JSON: &str = include_str!("../tests/fake_MTBFile.json");
|
||||
/// const MTB_JSON: &str = include_str!("../tests/mv64e-mtb-fake-patient.json");
|
||||
///
|
||||
/// let mtb_file = Mtb::from_str(MTB_JSON).unwrap();
|
||||
/// println!("{:#?}", mtb_file);
|
||||
|
Reference in New Issue
Block a user