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


f29f16c3 Ryan Lopopolo

6 years ago
Run test in travis
Files changed (1) hide show
  1. .travis.yml +3 -1
.travis.yml CHANGED
@@ -16,8 +16,10 @@ script:
16
16
  - cargo test --test lib
17
17
  - cargo test --test lib --features "debug-embed"
18
18
  - cargo test --test lib --release
19
+ - cargo test --test interpolated_path --features "interpolate-folder-path"
20
+ - cargo test --test interpolated_path --features "interpolate-folder-path" --release
19
21
  - cargo build --example basic
20
- - cargo build --example basic --release
22
+ - cargo build --example basic --release
21
23
  - cargo build --example actix --features actix
22
24
  - cargo build --example actix --features actix --release
23
25
  - cargo build --example warp --features warp-ex