From efe8fb320375f72407b071ced30216b7f09974ae Mon Sep 17 00:00:00 2001 From: Mostafa Date: Tue, 3 Sep 2024 11:13:58 -0500 Subject: [PATCH] link gif --- CONTRIBUTING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 22762a6..98c0006 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -28,6 +28,10 @@ Go: `cd /app/tests/go && /usr/local/go/bin/go test` You can also rebuild PgCat directly within the environment and the tests will run against the newly built binary To rebuild PgCat, just run `cargo build` within the container under `/app` +![Animated gif showing how to run tests](https://github.com/user-attachments/assets/2258fde3-2aed-4efb-bdc5-e4f12dcd4d33) + + + Happy hacking! ## TODOs