Skip to content

Commit

Permalink
Add test for evt policy
Browse files Browse the repository at this point in the history
  • Loading branch information
trumully committed Sep 11, 2024
1 parent bf473de commit 2676f11
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,11 @@ jobs:

tests:
name: Test with pytest
runs-on: ubuntu-22.04
strategy:
matrix:
os: [ubuntu-22.04, windows-2022]
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: Install poetry
Expand Down

0 comments on commit 2676f11

Please sign in to comment.