Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,16 @@ jobs:

- uses: r-lib/actions/setup-r-dependencies@6f6e5bc62fba3a704f74e7ad7ef7676c5c6a2590 # v2
with:
# ponytail: RcppParallel 6.2.0 (oneTBB) broke the ABI of prebuilt
# qs2/stringfish binaries (undefined tbb::internal symbols). Build both
# from source and bust the package cache; drop these two refs and
# cache-version once CRAN/PPM binaries are rebuilt against 6.2.0.
cache-version: 2
extra-packages: |
any::rcmdcheck
any::testthat
stringfish=?source
qs2=?source
needs: check

- name: Run Zh formula regression tests
Expand Down
10 changes: 9 additions & 1 deletion .github/workflows/test-fast.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,15 @@ jobs:

- uses: r-lib/actions/setup-r-dependencies@6f6e5bc62fba3a704f74e7ad7ef7676c5c6a2590 # v2
with:
extra-packages: any::testthat
# ponytail: RcppParallel 6.2.0 (oneTBB) broke the ABI of prebuilt
# qs2/stringfish binaries (undefined tbb::internal symbols). Build both
# from source and bust the package cache; drop these two refs and
# cache-version once CRAN/PPM binaries are rebuilt against 6.2.0.
cache-version: 2
extra-packages: |
any::testthat
stringfish=?source
qs2=?source
needs: check

- name: Install kaefa package for fast tests
Expand Down
10 changes: 9 additions & 1 deletion .github/workflows/test-suite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,15 @@ jobs:

- uses: r-lib/actions/setup-r-dependencies@6f6e5bc62fba3a704f74e7ad7ef7676c5c6a2590 # v2
with:
extra-packages: any::testthat
# ponytail: RcppParallel 6.2.0 (oneTBB) broke the ABI of prebuilt
# qs2/stringfish binaries (undefined tbb::internal symbols). Build both
# from source and bust the package cache; drop these two refs and
# cache-version once CRAN/PPM binaries are rebuilt against 6.2.0.
cache-version: 2
extra-packages: |
any::testthat
stringfish=?source
qs2=?source
needs: check

- name: Install kaefa package
Expand Down
Loading