From b129d22b4100cfb2c07ca247b0b2fe30f96eaf21 Mon Sep 17 00:00:00 2001 From: DanicaSTFC <138598662+DanicaSTFC@users.noreply.github.com> Date: Thu, 22 Feb 2024 16:48:47 +0000 Subject: [PATCH] Update CONTRIBUTING.md Co-authored-by: Edoardo Pasca <14138589+paskino@users.noreply.github.com> --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d5dcf1c..8f033e1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -35,7 +35,7 @@ The [.pre-commit-config.yaml](./.pre-commit-config.yaml) config file indicates t ## Continuous integration -GitHub Actions runs automatically on every commit via [test.yml](.github/workflows/test.yml). +GitHub Actions runs automatically a subset of the unit tests on every commit via [test.yml](.github/workflows/test.yml). ### Testing