mirror of
https://github.com/kata-containers/cgroups-rs.git
synced 2026-08-05 02:13:23 +00:00
For now, do not run tests as they require sudo privileges. In the near future, a plan will be devised to automate testing. Signed-off-by: Levente Kurusa <lkurusa@acm.org>
12 lines
159 B
YAML
12 lines
159 B
YAML
language: rust
|
|
rust:
|
|
- stable
|
|
- beta
|
|
- nightly
|
|
matrix:
|
|
allow_failures:
|
|
- rust: nightly
|
|
fast_finish: true
|
|
script:
|
|
- cargo build --verbose --all
|