mirror of
https://git.asonix.dog/asonix/activitystreams.git
synced 2024-11-21 19:31:00 +00:00
Move to plain alpine for tests
This commit is contained in:
parent
36a7f9ddcf
commit
17a09e4fbe
1 changed files with 4 additions and 2 deletions
|
@ -46,9 +46,10 @@ platform:
|
|||
|
||||
steps:
|
||||
- name: tests
|
||||
image: rust:1-alpine
|
||||
image: alpine:edge
|
||||
pull: always
|
||||
commands:
|
||||
- apk add rust cargo
|
||||
- cargo test
|
||||
|
||||
trigger:
|
||||
|
@ -68,9 +69,10 @@ platform:
|
|||
|
||||
steps:
|
||||
- name: tests
|
||||
image: rust:1-alpine
|
||||
image: alpine:edge
|
||||
pull: always
|
||||
commands:
|
||||
- apk add rust cargo
|
||||
- cargo test
|
||||
|
||||
trigger:
|
||||
|
|
Loading…
Reference in a new issue