chore: use github actions
This commit is contained in:
parent
69cc0c2337
commit
941388aceb
19
.github/workflows/dev-rust.yml
vendored
Normal file
19
.github/workflows/dev-rust.yml
vendored
Normal file
@ -0,0 +1,19 @@
|
||||
name: Development Test
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- develop
|
||||
- feature/*
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Build
|
||||
run: cargo build --verbose
|
||||
- name: Run tests
|
||||
run: cargo test --verbose
|
Loading…
Reference in New Issue
Block a user