~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.
e2dca5e8
—
pyros2097 5 years ago
move nightly to a single matrix
.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
|
|
20
|
+
rust: [stable]
|
|
21
|
-
experimental: [false
|
|
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:
|