Skip to content

Commit

Permalink
Hack for debugging more in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
benclifford committed Oct 30, 2023
1 parent 666fab9 commit 96d45cc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,10 @@ jobs:
make deps
make clean_coverage
- name: make test
- name: make radical_local_test
timeout-minutes: 20
run: |
make test
make radical_local_test
- name: Documentation checks
run: |
Expand Down

0 comments on commit 96d45cc

Please sign in to comment.