File tree Expand file tree Collapse file tree 1 file changed +6
-15
lines changed Expand file tree Collapse file tree 1 file changed +6
-15
lines changed Original file line number Diff line number Diff line change 32
32
fail-fast : false
33
33
matrix :
34
34
include :
35
- - os : ubuntu-latest
35
+ - os : ubuntu-22.04
36
36
target : x86_64-unknown-linux-musl
37
- - os : ubuntu-latest
37
+ - os : ubuntu-22.04-arm
38
38
target : aarch64-unknown-linux-musl
39
39
- os : macos-latest
40
40
target : x86_64-apple-darwin
70
70
sudo apt-get update
71
71
sudo apt-get install -y musl-tools
72
72
73
- - name : prep for arm64 Linux
74
- if : matrix.target == 'aarch64-unknown-linux-musl'
75
- run : |
76
- sudo apt-get update
77
- sudo apt-get install -y gcc-aarch64-linux-gnu
78
- echo 'CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER=aarch64-linux-gnu-gcc' >>"$GITHUB_ENV"
79
- echo 'CC=aarch64-linux-gnu-gcc' >>"$GITHUB_ENV"
80
-
81
73
- name : Set up R
82
74
if : runner.os != 'Windows'
83
75
uses : r-lib/actions/setup-r@v2
@@ -136,7 +128,7 @@ jobs:
136
128
- os : macos-latest
137
129
r : oldrel-1
138
130
include :
139
- - os : macos-12
131
+ - os : macos-13
140
132
r : release
141
133
142
134
permissions :
@@ -180,14 +172,13 @@ jobs:
180
172
181
173
- uses : r-lib/actions/setup-r-dependencies@v2
182
174
with :
183
- extra-packages : any::rcmdcheck, any::devtools
184
- needs : check
175
+ extra-packages : any::pkgload, any::testthat
185
176
186
177
- name : R test
187
178
shell : Rscript {0}
188
179
run : |
189
- devtools ::load_all()
190
- testthat::test_dir("tests" )
180
+ pkgload ::load_all()
181
+ testthat::test_local( )
191
182
192
183
release :
193
184
needs :
You can’t perform that action at this time.
0 commit comments