~repos /rust-embed

#rust#proc-macro#http

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
Files changed (1) hide show
  1. .github/workflows/test.yml +1 -1
.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