Skip to content

Commit

Permalink
assert init
Browse files Browse the repository at this point in the history
  • Loading branch information
Asthestarsfalll committed Nov 25, 2024
1 parent 0536839 commit 8075763
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,14 @@ jobs:
- name: Install Dependencies
run: poetry install --with dev

- name: Test with pytest
- name: Initialize ExCore
run: |
cd ./tests
export EXCORE_DEBUG=1
poetry run python init.py
poetry run python init.py
poetry run python init.py
- name: Test with pytest
run: |
poetry run pytest --cov=../excore
poetry run pytest test_config.py
poetry run pytest test_config.py
Expand Down

0 comments on commit 8075763

Please sign in to comment.