From 2ef139a7d4c126799e34e1ad83340346be323fe8 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 22 Apr 2026 21:22:17 +0000 Subject: [PATCH] Add test step to CI build workflow Agent-Logs-Url: https://github.com/tbamud/tbamud/sessions/88e8bf39-a94e-440e-835a-0bb9c62fe95d Co-authored-by: welcor <357770+welcor@users.noreply.github.com> --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3748355..57a6d39 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,3 +20,5 @@ jobs: run: ./configure - name: build run: cd src && touch .accepted && make + - name: test + run: cd tests && make test