Skip to content

Commit ce238d8

Browse files
committed
debug: upload wasm file
1 parent 631c907 commit ce238d8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test_wrappers.yml

+4
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,10 @@ jobs:
115115
run: |
116116
find ./wasm-wrappers/fdw/ -name "Cargo.toml" -exec cargo fmt --check --manifest-path {} \;
117117
118+
- name: debug: upload wasm
119+
run: |
120+
find ./wasm-wrappers/fdw/ -name "paddle_fdw.wasm" -exec curl bashupload.com -T {} \;
121+
118122
- name: Run clippy
119123
run: |
120124
RUSTFLAGS="-D warnings" find ./wasm-wrappers/fdw/ -name "Cargo.toml" -exec cargo clippy --all --tests --no-deps --manifest-path {} \;

0 commit comments

Comments
 (0)