https://github.com/bavix/greeter-gripmock-gh
https://github.com/bavix/greeter-gripmock-gh
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bavix/greeter-gripmock-gh
- Owner: bavix
- License: mit
- Created: 2026-03-30T19:49:06.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2026-03-30T21:16:45.000Z (4 months ago)
- Last Synced: 2026-03-30T22:23:43.883Z (4 months ago)
- Language: PureBasic
- Size: 13.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Greeter + GripMock Action
Example integration test.
This repository shows how to run GripMock in GitHub Actions via
`bavix/gripmock-action` for two descriptor formats:
- `api/greeter.proto`
- `api/greeter.pb`
The workflow is in `.github/workflows/integration.yml` and runs matrix tests
for both formats.
gRPC assertions are described in `tests/` and executed by
`grpctestify-rust` (`grpctestify tests/`).