mirror of
https://gitlab.com/xmpp-rs/xmpp-rs.git
synced 2024-07-12 22:21:53 +00:00
0dd7900244
This is required to make it run on ArchLinux and derivatives.
6 lines
127 B
YAML
6 lines
127 B
YAML
image: "rust:latest"
|
|
|
|
test:cargo:
|
|
script:
|
|
- rustc --version && cargo --version
|
|
- cargo test --verbose --jobs 1 --release
|