Skip to content

Commit

Permalink
updated GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
Danil42Russia committed Jul 27, 2024
1 parent 45fc86d commit ab1fad2
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,15 @@ on:

jobs:
tests:
runs-on: ubuntu-latest
name: Test (${{ matrix.os }})
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os:
- windows-latest
- ubuntu-latest
- macos-latest
steps:
- name: Fetch Sources
uses: actions/checkout@v4
Expand Down

0 comments on commit ab1fad2

Please sign in to comment.