diff options
| author | 2021-06-06 14:52:28 +0200 | |
|---|---|---|
| committer | 2021-06-06 14:52:28 +0200 | |
| commit | bf9cffc678de5ddfdb49e17500fc0a518be9c3cf (patch) | |
| tree | c135b5293d84f1d3fa2f50ebf00119308d2cce3d | |
| parent | ci: run the actions every day (diff) | |
| parent | ci: add steps for Windows (diff) | |
| download | zig-sqlite-bf9cffc678de5ddfdb49e17500fc0a518be9c3cf.tar.gz zig-sqlite-bf9cffc678de5ddfdb49e17500fc0a518be9c3cf.tar.xz zig-sqlite-bf9cffc678de5ddfdb49e17500fc0a518be9c3cf.zip | |
Merge branch 'ci-windows'
| -rw-r--r-- | .github/workflows/main.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8e7f410..f2b5c2c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml | |||
| @@ -28,7 +28,7 @@ jobs: | |||
| 28 | test-in-memory: | 28 | test-in-memory: |
| 29 | strategy: | 29 | strategy: |
| 30 | matrix: | 30 | matrix: |
| 31 | os: [ubuntu-latest] | 31 | os: [ubuntu-latest, windows-latest] |
| 32 | runs-on: ${{ matrix.os }} | 32 | runs-on: ${{ matrix.os }} |
| 33 | steps: | 33 | steps: |
| 34 | - uses: actions/checkout@v2 | 34 | - uses: actions/checkout@v2 |
| @@ -44,7 +44,7 @@ jobs: | |||
| 44 | test-with-filesystem: | 44 | test-with-filesystem: |
| 45 | strategy: | 45 | strategy: |
| 46 | matrix: | 46 | matrix: |
| 47 | os: [ubuntu-latest] | 47 | os: [ubuntu-latest, windows-latest] |
| 48 | runs-on: ${{ matrix.os }} | 48 | runs-on: ${{ matrix.os }} |
| 49 | steps: | 49 | steps: |
| 50 | - uses: actions/checkout@v2 | 50 | - uses: actions/checkout@v2 |