tailcallhq / gargantua

Just another blackhole
Apache License 2.0
0 stars 6 forks source link

Add CI workflow for Rust tests and WASM compatibility #14

Open Anshgrover23 opened 2 hours ago

Anshgrover23 commented 2 hours ago

Add CI workflow for Rust tests and WASM compatibility

Description

This PR adds a GitHub Actions workflow for automated testing of the Rust project. The workflow checks out the code, sets up the Rust environment, and runs tests with cargo test --workspace, ensuring better code quality and WASM compatibility on every push.

Addresses issue:

Fixes #8 Closes #8 /claim #8