forked from lavina/lavina
remove deny, add tests
This commit is contained in:
parent
25645f2f53
commit
6d5cb7d4af
|
@ -12,5 +12,7 @@ jobs:
|
||||||
uses: https://github.com/actions-rs/cargo@v1
|
uses: https://github.com/actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
command: check
|
command: check
|
||||||
- name: cargo deny check
|
- name: test
|
||||||
uses: https://github.com/EmbarkStudios/cargo-deny-action@v1
|
uses: https://github.com/actions-rs/cargo@v1
|
||||||
|
with:
|
||||||
|
command: test --workspace -- --skip projections::irc
|
||||||
|
|
Loading…
Reference in New Issue