We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 631c907 commit ce238d8Copy full SHA for ce238d8
.github/workflows/test_wrappers.yml
@@ -115,6 +115,10 @@ jobs:
115
run: |
116
find ./wasm-wrappers/fdw/ -name "Cargo.toml" -exec cargo fmt --check --manifest-path {} \;
117
118
+ - name: debug: upload wasm
119
+ run: |
120
+ find ./wasm-wrappers/fdw/ -name "paddle_fdw.wasm" -exec curl bashupload.com -T {} \;
121
+
122
- name: Run clippy
123
124
RUSTFLAGS="-D warnings" find ./wasm-wrappers/fdw/ -name "Cargo.toml" -exec cargo clippy --all --tests --no-deps --manifest-path {} \;
0 commit comments