Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
gmatteo committed Jul 21, 2024
1 parent 04764dc commit 272d046
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Tests

on:
push:
branches: [develop]
branches: [develop, master]
pull_request:
branches: [develop]
workflow_dispatch:
Expand Down Expand Up @@ -61,6 +61,7 @@ jobs:
pytest -v .
- name: integration_tests
run: |
conda activate abipy
abicheck.py --with-flow
pytest -v abipy/integration_tests

0 comments on commit 272d046

Please sign in to comment.