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
|
||||
with:
|
||||
command: check
|
||||
- name: cargo deny check
|
||||
uses: https://github.com/EmbarkStudios/cargo-deny-action@v1
|
||||
- name: test
|
||||
uses: https://github.com/actions-rs/cargo@v1
|
||||
with:
|
||||
command: test --workspace -- --skip projections::irc
|
||||
|
|
Loading…
Reference in New Issue