rust-embed v8.11.0
git clone https://git.pyrossh.dev/rust-embed
rust macro which loads files into the rust binary at compile time during release and loads the file from the fs during dev.
29eefde
— pyros2097
2020-07-16T23:01:19+05:30
use actions-rs/toolchain@v1
.github/workflows/test.yml
CHANGED
|
@@ -10,9 +10,9 @@ jobs:
|
|
|
10
10
|
rust: [stable, nightly]
|
|
11
11
|
experimental: [false, true]
|
|
12
12
|
steps:
|
|
13
|
-
- uses:
|
|
13
|
+
- uses: actions-rs/toolchain@v1
|
|
14
14
|
with:
|
|
15
|
-
|
|
15
|
+
toolchain: ${{ matrix.rust }}
|
|
16
16
|
- uses: actions/checkout@master
|
|
17
17
|
- name: Run tests
|
|
18
18
|
run: |
|