This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch main
in repository eradio.
View the commit online.
commit c73b9bb1581272f1f28ad5dfddeaa362efdc3086
Author: politebot <[email protected]>
AuthorDate: Wed Oct 22 18:59:39 2025 -0500
Remove unity from workflow
---
.github/workflows/build.yml | 6 ------
1 file changed, 6 deletions(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 5fd1d5f..dd4683f 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -43,9 +43,3 @@ jobs:
- name: Build application
run: make
-
- - name: Run tests
- run: |
- cd src
- make test_basic
- ./test_basic
\ No newline at end of file
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.