Add macos and cargo test

This commit is contained in:
Robert Sayre 2020-02-03 10:10:13 -08:00
parent c43627aee6
commit f4b2421805

View File

@ -1,3 +1,6 @@
language: rust
rust: nightly
script: cargo run --manifest-path demo-rs/Cargo.toml
os:
- linux
- macos
script: cargo run --manifest-path demo-rs/Cargo.toml && cargo test