From acab7240c93395308a1bd277b2dd6c7a65a8f49a Mon Sep 17 00:00:00 2001 From: Bram Matthys Date: Mon, 6 Oct 2025 11:05:24 +0200 Subject: [PATCH] CI: Whoops.. missed the last line. --- .github/workflows/linux-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/linux-ci.yml b/.github/workflows/linux-ci.yml index 2b41255da..15ebfad77 100644 --- a/.github/workflows/linux-ci.yml +++ b/.github/workflows/linux-ci.yml @@ -34,3 +34,4 @@ jobs: - name: build run: extras/build-tests/nix/build - name: run-tests + run: extras/build-tests/nix/run-tests