mirror of
https://github.com/Zenithsiz/dcb.git
synced 2026-02-09 11:48:16 +00:00
Changed dependency err-impl to be a git dependency.
Re-enabled workflow for `clippy` and testing.
This commit is contained in:
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
@@ -12,3 +12,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
- name: Clippy
|
||||||
|
run: cargo clippy --verbose
|
||||||
|
- name: Run tests
|
||||||
|
run: cargo test --verbose
|
||||||
|
|||||||
@@ -19,4 +19,4 @@ serde = { version = "1.0", features = ["derive"] }
|
|||||||
|
|
||||||
# Derives
|
# Derives
|
||||||
derive_more = "0.99"
|
derive_more = "0.99"
|
||||||
err-impl = { path = "../err-impl" }
|
err-impl = { git = "https://github.com/Zenithsiz/err-impl" }
|
||||||
|
|||||||
Reference in New Issue
Block a user