From 33810664c0b2ac3826321d311ae75cc2832ca2b6 Mon Sep 17 00:00:00 2001 From: Ralph Gasser Date: Wed, 14 Aug 2024 13:07:31 +0200 Subject: [PATCH] Fixes CI YML to actually run the UnitTests upon commit. --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cd17b680..8a363f10 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,10 @@ on: jobs: build: - runs-on: ubuntu-latest + runs-on: ${{matrix.os}} + strategy: + matrix: + os: [ ubuntu-latest, windows-latest ] # Setup Cottontail DB and PostgreSQL service container services: