chore: add test github workflow

This commit is contained in:
Harsh Shandilya 2022-02-15 03:02:30 +05:30
parent ff3a72968a
commit dc6966fb61
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80

13
.github/workflows/test.yml vendored Normal file
View file

@ -0,0 +1,13 @@
on:
push:
branches:
- main
- renovate/**
pull_request:
branches:
- main
name: Check Rust code
jobs:
check:
uses: msfjarvis/shared-workflows/.github/workflows/test-rust-project.yml@main