Pierre Fenoll 9043273c0f setup ci
Signed-off-by: Pierre Fenoll <pierrefenoll@gmail.com>
2022-03-23 01:08:48 +01:00

22 lines
344 B
YAML

on: [push]
name: CI
jobs:
build_and_test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Install
run: sudo apt install libxcb-composite0-dev
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- uses: actions/checkout@v2
- uses: actions-rs/cargo@v1
with:
command: test