mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-18 00:58:31 +00:00
12 lines
242 B
YAML
12 lines
242 B
YAML
name: CRIU Image Streamer Test
|
|
|
|
on: [push, pull_request]
|
|
|
|
jobs:
|
|
build:
|
|
runs-on: ubuntu-20.04
|
|
|
|
steps:
|
|
- uses: actions/checkout@v2
|
|
- name: Run CRIU Image Streamer Test
|
|
run: sudo -E make -C scripts/ci local STREAM_TEST=1
|