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