From 46b33b15938e34d6df37bc3b2808dd24252001a2 Mon Sep 17 00:00:00 2001 From: confused_techie Date: Sun, 3 Sep 2023 21:31:06 -0700 Subject: [PATCH] Update docs/blog/20230903-confused-Techie-pulsars-ci.md --- docs/blog/20230903-confused-Techie-pulsars-ci.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/blog/20230903-confused-Techie-pulsars-ci.md b/docs/blog/20230903-confused-Techie-pulsars-ci.md index 8c7beae17..ed17184ff 100644 --- a/docs/blog/20230903-confused-Techie-pulsars-ci.md +++ b/docs/blog/20230903-confused-Techie-pulsars-ci.md @@ -23,7 +23,7 @@ To better understand how drastically things have changed, let's quickly take a l Whenever someone made a Pull Request to Pulsar, their code changes would be run through a gauntlet of processes: -- The entirety of the Pulsar codebase would be have its tests run on GitHub Actions. +- The entirety of the Pulsar codebase would have its tests run on GitHub Actions. - Every single core package (those that come with Pulsar) would also be tested via GitHub Actions. - A Pulsar binary was built for every single platform we support, this means Windows, Linux, macOS (Intel), macOS (Apple silicon), and ARM Linux.