Skip to content

Commit

Permalink
add --timer to prove
Browse files Browse the repository at this point in the history
  • Loading branch information
skaji committed Jan 4, 2024
1 parent 46c9d32 commit fe90366
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Install Dependencies
run: curl -fsSL --compressed https://raw.githubusercontent.com/skaji/cpm/main/cpm | ${{ matrix.perl }} - install -g ${{ matrix.cpm-option }} --with-develop --with-recommends --show-build-log-on-failure
- name: Run Tests
run: ${{ matrix.prove }} -lr t xt
run: ${{ matrix.prove }} -lr --timer t xt

windows:
name: windows perl ${{ matrix.tester-id }}
Expand All @@ -71,4 +71,4 @@ jobs:
- name: Install Dependencies
run: curl -fsSL https://raw.githubusercontent.com/skaji/cpm/main/cpm | perl - install -g --with-develop --with-recommends --show-build-log-on-failure
- name: Run Tests
run: perl author\split-run "t\*.t xt\*.t xt\*\*.t" ${{ matrix.tester-id }}/3 prove -l
run: perl author\split-run "t\*.t xt\*.t xt\*\*.t" ${{ matrix.tester-id }}/3 prove -l --timer

0 comments on commit fe90366

Please sign in to comment.