~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.
ced3e1a4
—
Ryan Lopopolo 6 years ago
Run test in appveyor
- appveyor.yml +2 -0
appveyor.yml
CHANGED
|
@@ -133,6 +133,8 @@ test_script:
|
|
|
133
133
|
- cargo test --test lib
|
|
134
134
|
- cargo test --test lib --features "debug-embed"
|
|
135
135
|
- cargo test --test lib --release
|
|
136
|
+
- cargo test --test interpolated_path --features "interpolate-folder-path"
|
|
137
|
+
- cargo test --test interpolated_path --features "interpolate-folder-path" --release
|
|
136
138
|
- cargo build --example basic
|
|
137
139
|
- cargo build --example basic --release
|
|
138
140
|
- cargo build --example actix --features actix
|