Signed-off-by: Pierre Fenoll <pierrefenoll@gmail.com>
This commit is contained in:
Pierre Fenoll 2022-03-23 01:08:48 +01:00
parent 4aa2d9e8d1
commit 9043273c0f

21
.github/workflows/ci.yml vendored Normal file
View File

@ -0,0 +1,21 @@
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