~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.
29eefde3
—
pyros2097 5 years ago
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: |
|