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.
d5129ec
— pyros2097
2020-07-16T23:30:19+05:30
actions: rename check too format
.github/workflows/test.yml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
name: Test
|
|
2
2
|
on: [push]
|
|
3
3
|
jobs:
|
|
4
|
-
|
|
4
|
+
format:
|
|
5
5
|
runs-on: ubuntu-latest
|
|
6
6
|
steps:
|
|
7
7
|
- uses: actions-rs/toolchain@v1
|