~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.


8fcad8aa Mcat12

7 years ago
Remove extra --tests from CI
Files changed (1) hide show
  1. .travis.yml +2 -2
.travis.yml CHANGED
@@ -14,7 +14,7 @@ matrix:
14
14
 
15
15
  script:
16
16
  - |
17
- cargo test --tests --lib
17
+ cargo test --lib
18
- cargo test --tests --lib --release
18
+ cargo test --lib --release
19
19
  cargo build --example basic
20
20
  cargo build --release --example basic