Skip to content

Commit

Permalink
kick ci
Browse files Browse the repository at this point in the history
  • Loading branch information
skaji committed Apr 28, 2024
1 parent a976ad8 commit da51835
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,17 @@ jobs:
- name: perl -V
run: perl -V
- name: Install Dependencies
run: curl -fsSL --compressed https://raw.githubusercontent.com/skaji/cpm/main/cpm | perl - install -g --with-develop --with-recommends --show-build-log-on-failure
run: curl -fsSL --compressed https://raw.githubusercontent.com/skaji/cpm/darwin-test/cpm | perl - install -g --with-develop --with-recommends --show-build-log-on-failure
if: matrix.perl-version != '5.8-buster'
- name: Install Dependencies
run: curl -fsSL --compressed https://raw.githubusercontent.com/skaji/cpm/main/cpm | perl - install -g --with-develop --with-recommends --show-build-log-on-failure --resolver Fixed,CPAN::Meta::Requirements@2.140,Module::Build::Tiny@0.047
run: curl -fsSL --compressed https://raw.githubusercontent.com/skaji/cpm/darwin-test/cpm | perl - install -g --with-develop --with-recommends --show-build-log-on-failure --resolver Fixed,CPAN::Meta::Requirements@2.140,Module::Build::Tiny@0.047
if: matrix.perl-version == '5.8-buster'
- name: Run Tests
run: prove -lr --timer t xt

macos:
name: macos ${{ matrix.perl }}
runs-on: macos-latest
env:
OBJC_DISABLE_INITIALIZE_FORK_SAFETY: 'YES'
strategy:
matrix:
include:
Expand All @@ -57,7 +55,7 @@ jobs:
- name: perl -V
run: ${{ matrix.perl }} -V
- 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
run: curl -fsSL --compressed https://raw.githubusercontent.com/skaji/cpm/darwin-test/cpm | ${{ matrix.perl }} - install -g ${{ matrix.cpm-option }} --with-develop --with-recommends --show-build-log-on-failure
- name: Run Tests
run: ${{ matrix.prove }} -lr --timer t xt

Expand All @@ -75,6 +73,6 @@ jobs:
- name: perl -V
run: perl -V
- 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
run: curl -fsSL https://raw.githubusercontent.com/skaji/cpm/darwin-test/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 --timer
Loading

0 comments on commit da51835

Please sign in to comment.