Skip to content

Commit

Permalink
test test_power.py only
Browse files Browse the repository at this point in the history
  • Loading branch information
hsinfan1996 authored Oct 26, 2023
1 parent 52f8aa1 commit 48db0e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:

- name: Unit tests
run: |
OMP_NUM_THREADS=2 pytest -vv pyccl --cov=pyccl --cov-report=lcov:lcov.info
OMP_NUM_THREADS=2 pytest -vv pyccl/tests/test_power.py --cov=pyccl --cov-report=lcov:lcov.info
- name: Benchmarks
run: |
Expand Down

0 comments on commit 48db0e4

Please sign in to comment.