File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 steps :
1919 - uses : actions/checkout@v4
2020 with :
21- path : rustscript-pingora-gateway-policy
21+ path : rustscript-pingora-gateway
2222 - uses : actions/checkout@v4
2323 with :
2424 repository : rustscript-lang/rustscript
@@ -27,14 +27,14 @@ jobs:
2727 with :
2828 components : rustfmt, clippy
2929 - name : Format check
30- working-directory : rustscript-pingora-gateway-policy
30+ working-directory : rustscript-pingora-gateway
3131 run : cargo fmt --all -- --check
3232 - name : Clippy
33- working-directory : rustscript-pingora-gateway-policy
33+ working-directory : rustscript-pingora-gateway
3434 run : cargo clippy --all-targets -- -D warnings
3535 - name : Policy unit tests
36- working-directory : rustscript-pingora-gateway-policy
36+ working-directory : rustscript-pingora-gateway
3737 run : cargo test --test gateway_policy
3838 - name : Real Pingora proxy integration
39- working-directory : rustscript-pingora-gateway-policy
39+ working-directory : rustscript-pingora-gateway
4040 run : cargo test --test live_proxy -- --nocapture
Original file line number Diff line number Diff line change 1- # rustscript-pingora-gateway-policy
1+ # rustscript-pingora-gateway
22
33A runnable Pingora reverse proxy whose request policy is evaluated by RustScript through ` pd-vm ` .
44
You can’t perform that action at this time.
0 commit comments