We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bed1857 commit 1d3d1faCopy full SHA for 1d3d1fa
.github/workflows/test.yml
@@ -93,5 +93,8 @@ jobs:
93
Rscript -e 'install.packages(c("testthat", "jsonlite", "R.utils"))'
94
Rscript -e 'install.packages("crates/plugins/r/tests/tmcRtestrunner", repos=NULL, type="source")'
95
96
+ - name: Install rosetta
97
+ if: matrix.os == 'macos-latest'
98
+ run: softwareupdate --install-rosetta --agree-to-license
99
- name: Run tests
100
run: cargo test --no-fail-fast --target ${{ matrix.rust-target }}
0 commit comments