Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajastro committed Jul 18, 2024
1 parent c95a976 commit cfa7f76
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Test Ray against Airflow ${{ matrix.airflow-version }} and Python ${{ matrix.python-version }}
run: |
hatch run tests.py${{ matrix.python-version }}-${{ matrix.airflow-version }}
hatch run tests.py${{ matrix.python-version }}-${{ matrix.airflow-version }}:test
- name: Upload coverage to Github
uses: actions/upload-artifact@v4
Expand Down
4 changes: 4 additions & 0 deletions scripts/test/unit_test.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
pytest \
-vv \
--durations=0 \
-m "not (integration or perf)"

0 comments on commit cfa7f76

Please sign in to comment.