Add test ci

This commit is contained in:
Kasper 2022-02-23 05:15:01 +01:00
parent e07b9ff868
commit c795c15fc5
No known key found for this signature in database
GPG Key ID: 356D5C59EDCEC2D1

20
.github/workflows/test.yml vendored Normal file
View File

@ -0,0 +1,20 @@
name: Test
on:
push:
branches:
- '*'
pull_request:
workflow_dispatch:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Rust setup
uses: actions-rs/toolchain@v1
with:
toolchain: stable
- run: cargo test