~repos /rust-embed
git clone https://pyrossh.dev/repos/rust-embed.git
rust macro which loads files into the rust binary at compile time during release and loads the file from the fs during dev.
a5b435dd
—
pyros2097 7 years ago
Update .travis.yml
- .travis.yml +2 -2
.travis.yml
CHANGED
|
@@ -18,5 +18,5 @@ matrix:
|
|
|
18
18
|
script:
|
|
19
19
|
- |
|
|
20
20
|
cargo clean
|
|
21
|
+
cargo test --lib
|
|
21
|
-
cargo test --lib --
|
|
22
|
+
cargo test --lib --release
|
|
22
|
-
cargo test --lib --release -- --nocapture
|