Skip to content

Commit

Permalink
Workflows: check versions all same on linux
Browse files Browse the repository at this point in the history
Sanity check for when we add a new sub-module.
  • Loading branch information
shawnlaffan committed Feb 5, 2024
1 parent 7c56a48 commit a5ceacc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/linux_de_locale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ jobs:
export LC_NUMERIC=de_DE.iso88591
export LC_CTYPE=de_DE.iso88591
locale
perl -MPOSIX -E'say join " ", POSIX::strtod 3.14'
perl -MPOSIX -E'say join " ", POSIX::strtod 3.14'
prove -l xt/02-versions-all-same.t
prove -l -j4
#yath -I t/lib -PBiodiverse::TestHelpers -PBiodiverse::BaseData -PGeo::GDAL::FFI -PPDL -D test -j 4

0 comments on commit a5ceacc

Please sign in to comment.