~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.
b3a4a1aa
—
Peter John 5 years ago
Run actions on pr
.github/workflows/test.yml
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
name: Test
|
|
2
|
-
on: [push]
|
|
2
|
+
on: [push, pull_request]
|
|
3
3
|
jobs:
|
|
4
4
|
format:
|
|
5
5
|
runs-on: ubuntu-latest
|