mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-14 10:22:38 +00:00
Add github workflow
This commit is contained in:
15
.github/workflows/rust.yml
vendored
Normal file
15
.github/workflows/rust.yml
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
name: Rust
|
||||
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Run release tests with all features
|
||||
run: cargo test --release --all --all-features
|
||||
- name: Check formatting with cargo fmt
|
||||
run: cargo test --release --all --all-features
|
||||
Reference in New Issue
Block a user