From 137d60b3818c22c79d2be5560150eb2eff981a68 Mon Sep 17 00:00:00 2001 From: David Leeds Date: Sun, 21 Feb 2021 01:09:14 -0800 Subject: [PATCH] ci: run ctest from the build directory Tests were not running before, due to being in the parent directory. --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f09ffa1..da463a7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,4 +44,5 @@ jobs: sudo make install - name: test run: | + cd build ctest