File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 1818 steps :
1919 - uses : actions/checkout@v3
2020
21- - name : Build binary
21+ - name : Run tests
2222 uses : houseabsolute/actions-rust-cross@v1
2323 with :
24+ cross-version : 107433fa9d71d7eb506cd5bf5467bab89edb7a52
2425 command : test
2526 target : x86_64-unknown-linux-musl
2627 args : --verbose
3132 steps :
3233 - uses : actions/checkout@v3
3334
34- - name : Build binary
35+ - name : Run tests
3536 uses : houseabsolute/actions-rust-cross@v1
3637 with :
38+ cross-version : 107433fa9d71d7eb506cd5bf5467bab89edb7a52
3739 command : test
3840 target : aarch64-unknown-linux-musl
3941 args : --verbose
4547 steps :
4648 - uses : actions/checkout@v4
4749
48- - name : Build binary
50+ - name : Run tests
4951 uses : houseabsolute/actions-rust-cross@v1
5052 with :
53+ cross-version : 107433fa9d71d7eb506cd5bf5467bab89edb7a52
5154 command : test
5255 target : aarch64-linux-android
5356 args : --verbose
You can’t perform that action at this time.
0 commit comments