Delete rust.yml

This commit is contained in:
House of Vanity
2019-11-25 12:31:33 +03:00
committed by GitHub
parent 971de9c6f0
commit 3a04d115bf

View File

@@ -1,15 +0,0 @@
name: Rust
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose