Skip to content

Commit

Permalink
github actions: run tests on linux and windows (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
PoorlyDefinedBehaviour authored Sep 4, 2024
1 parent 987d13e commit ade4397
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/main-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,12 @@ on:
- main

jobs:
build-docker:
runs-on: ubuntu-latest
run-tests:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
env:
DOCKER_BUILDKIT: 1
steps:
Expand Down

0 comments on commit ade4397

Please sign in to comment.