Update CI

This commit is contained in:
Jiang Jinyang
2019-09-20 15:04:52 +08:00
committed by GitHub
parent 331101cee3
commit b0afb2a547
+13
View File
@@ -0,0 +1,13 @@
name: Rust
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Run CI checks
run: make ci