Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
swryan committed May 17, 2024
1 parent 16c6d10 commit c5e84b9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ jobs:
OS: ubuntu-latest
PY: '3.11'

- NAME: Ubuntu Python 3.12
OS: ubuntu-latest
PY: '3.12'

# test on MacOS
- NAME: MacOS Baseline
OS: macos-latest
Expand Down Expand Up @@ -77,7 +81,9 @@ jobs:
run: |
cd $HOME
testflo testflo.tests || RC=$?
testflo testflo.tests --show_skipped --durations=3 --deprecations_report dep.txt || RC=$?
grep "Deprecations Report" dep.txt
if [[ $RC -ne 1 ]]; then
echo "Expected some tests to fail."
Expand Down

0 comments on commit c5e84b9

Please sign in to comment.