Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-sanders committed Feb 10, 2025
1 parent b2e96cc commit 8a38af4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test_fast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,13 @@ jobs:
- name: Unit Tests
timeout-minutes: 5
run: |
unset DYLD_LIBRARY_PATH # override system library (we are using mamba)
pytest cylc/flow tests/unit
- name: Integration Tests
timeout-minutes: 5
run: |
unset DYLD_LIBRARY_PATH # override system library (we are using mamba)
pytest tests/integration --ignore tests/integration/tui/
- name: Tui Integration Tests
Expand Down

0 comments on commit 8a38af4

Please sign in to comment.