Skip to content

Commit

Permalink
--no-test => --notest
Browse files Browse the repository at this point in the history
  • Loading branch information
lskatz committed Aug 28, 2023
1 parent b74ae20 commit 703754d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/perl_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: |
sudo apt-get update -y
sudo apt-get install -y libdb-dev sqlite3 libgd-dev libsqlite3-dev libberkeleydb-perl libcdb-file-perl quicktree mash
- name: cpanm installdeps --no-test --force
- name: cpanm installdeps --notest --force
run: cpanm --installdeps . --no-test --force
- name: versions
run: |
Expand Down

0 comments on commit 703754d

Please sign in to comment.