Skip to content

Commit

Permalink
Add support for running on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
lfittl committed Jan 1, 2024
1 parent 9faad34 commit d4f1c93
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,24 @@ on:
branches:
- main
- "[0-9].x"
- windows-support

name: Continuous integration

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
Expand Down
2 changes: 1 addition & 1 deletion libpg_query
Submodule libpg_query updated 676 files

0 comments on commit d4f1c93

Please sign in to comment.