From 6ef5dfda5ecfa3c330429371c8abb082214d4706 Mon Sep 17 00:00:00 2001 From: Borislav Stanimirov Date: Wed, 12 Jan 2022 07:35:43 +0200 Subject: [PATCH] Add integration tests to CI --- .github/workflows/test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c7b90cd..4f3f5c2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,3 +23,6 @@ jobs: run: | cmake -Htest -Bbuild/test cmake --build build/test --target test-verbose + + - name: integration tests + run: ruby test/integration/runner.rb