sv-filelist-parser/.github/workflows/rust.yml

16 lines
216 B
YAML
Raw Permalink Normal View History

2020-02-02 08:44:09 +00:00
name: Rust
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose