Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
capjamesg authored Aug 24, 2024
1 parent 7ad35a0 commit 757d4aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: JameSQL Test Workflow
name: JameSQL Test Workflow (macOS and Ubuntu)

on:
pull_request:
Expand All @@ -11,7 +11,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
os: ["ubuntu-latest", "macos-latest"]
python-version: ["3.10", "3.11", "3.12"]
steps:
- name: 🛎️ Checkout
Expand All @@ -29,4 +29,4 @@ jobs:
pip install -e .[dev]
- name: 🧪 Test
run: |
python -m pytest tests/
python -m pytest tests/*.py

0 comments on commit 757d4aa

Please sign in to comment.