~repos /rust-embed

#rust#proc-macro#http

git clone https://pyrossh.dev/repos/rust-embed.git
Discussions: https://groups.google.com/g/rust-embed-devs

rust macro which loads files into the rust binary at compile time during release and loads the file from the fs during dev.


Files changed (1) hide show
  1. .github/workflows/test.yml +6 -2
.github/workflows/test.yml CHANGED
@@ -17,8 +17,12 @@ jobs:
17
17
  fail-fast: false
18
18
  matrix:
19
19
  os: [ubuntu-latest, windows-latest, macOS-latest]
20
- rust: [stable, nightly]
20
+ rust: [stable]
21
- experimental: [false, true]
21
+ experimental: [false]
22
+ include:
23
+ - rust: nightly
24
+ os: ubuntu-latest
25
+ experimental: true
22
26
  steps:
23
27
  - uses: actions-rs/toolchain@v1
24
28
  with: