singlestore-labs / singlestore-wasm-toolkit

Tools to streamline development of Wasm UDFs for SingleStoreDB.
Apache License 2.0
17 stars 8 forks source link

ci: add github workflow #33

Closed ricochet closed 2 years ago

ricochet commented 2 years ago

This change runs the make build scripts for rust and cpp examples. Because we've seen some awkward differences between release and debug, this runs these in a matrix.

I have the paths commented out to get an e2e build and will add them back in a follow-up commit. Note that this does not yet run make test (missing writ).

Tested locally with https://github.com/nektos/act

act push -j test