~repos /rust-embed

#rust#proc-macro#http

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
Files changed (1) hide show
  1. .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 -- --nocapture
22
+ cargo test --lib --release
22
- cargo test --lib --release -- --nocapture