File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 with :
2424 repository : rustscript-lang/rustscript
2525 path : rustscript
26+ - uses : actions/checkout@v4
27+ with :
28+ repository : rustscript-lang/pd-edge
29+ path : pd-edge
2630 - uses : dtolnay/rust-toolchain@stable
2731 with :
2832 components : rustfmt, clippy
@@ -31,10 +35,12 @@ jobs:
3135 run : cargo fmt --all -- --check
3236 - name : Clippy
3337 working-directory : rustscript-pingora-gateway-policy
34- run : cargo clippy --all-targets
38+ run : cargo clippy --all-targets -- -D warnings
3539 - name : Tests
3640 working-directory : rustscript-pingora-gateway-policy
3741 run : cargo test --tests --jobs 4
3842 - name : Example run
3943 working-directory : rustscript-pingora-gateway-policy
40- run : cargo run --example decision
44+ run : |
45+ cargo run --example decision
46+ cargo run --example protocols
You can’t perform that action at this time.
0 commit comments