mirror of
https://github.com/Zenithsiz/dcb.git
synced 2026-02-07 18:31:14 +00:00
Removed clippy and test jobs, as they depend on local err-impl crate.
This commit is contained in:
parent
6ad7e49096
commit
327c80df08
11
.github/workflows/rust.yml
vendored
11
.github/workflows/rust.yml
vendored
@ -2,18 +2,13 @@ name: Rust
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
branches: [master]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
branches: [master]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Clippy
|
||||
run: cargo clippy --verbose
|
||||
- name: Run tests
|
||||
run: cargo test --verbose
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user