From 4be59a77edd17da58bf860d82f261015b1ee6c44 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Sat, 3 Jul 2021 09:39:51 +0200 Subject: [PATCH] .github/workflows/unrealircd.yml: Actually run the tests --- .github/workflows/unrealircd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unrealircd.yml b/.github/workflows/unrealircd.yml index adf8690..0edbd0c 100644 --- a/.github/workflows/unrealircd.yml +++ b/.github/workflows/unrealircd.yml @@ -49,6 +49,6 @@ jobs: - name: Test with pytest run: | - PATH=~/.local/unrealircd/bin:$PATH make unreal + PATH=~/.local/unrealircd/bin:$PATH make unrealircd