From d4f1c932d9b025711e1d06d5d4c76510aced474c Mon Sep 17 00:00:00 2001 From: Lukas Fittl Date: Mon, 1 Jan 2024 12:05:53 -0800 Subject: [PATCH] Add support for running on Windows --- .github/workflows/main.yml | 6 +++++- libpg_query | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 37595ea..f0d7078 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -5,6 +5,7 @@ on: branches: - main - "[0-9].x" + - windows-support name: Continuous integration @@ -12,13 +13,16 @@ jobs: ci: env: RUSTFLAGS: ${{ matrix.rust == 'nightly' && '-Z sanitizer=leak' || '' }} - runs-on: ubuntu-latest strategy: fail-fast: false matrix: rust: - stable - nightly + os: + - ubuntu-latest + - windows-latest + runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2 diff --git a/libpg_query b/libpg_query index 9b21e32..31ee266 160000 --- a/libpg_query +++ b/libpg_query @@ -1 +1 @@ -Subproject commit 9b21e3295402a0d0ee9a50c468d426c2dbb73ee6 +Subproject commit 31ee2669a23663bd72158123db2b1b3691fceb97