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:
|
steps:
|
||||||
- name: tests
|
- name: tests
|
||||||
image: rust:1-alpine
|
image: alpine:edge
|
||||||
pull: always
|
pull: always
|
||||||
commands:
|
commands:
|
||||||
|
- apk add rust cargo
|
||||||
- cargo test
|
- cargo test
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
|
@ -68,9 +69,10 @@ platform:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: tests
|
- name: tests
|
||||||
image: rust:1-alpine
|
image: alpine:edge
|
||||||
pull: always
|
pull: always
|
||||||
commands:
|
commands:
|
||||||
|
- apk add rust cargo
|
||||||
- cargo test
|
- cargo test
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
|
|
Loading…
Reference in a new issue