mirror of
https://github.com/serai-dex/serai.git
synced 2024-11-16 17:07:35 +00:00
Add missing crate to tests, remove no longer present RUSTSEC ignore
This commit is contained in:
parent
899a9604e1
commit
b8ac8e697b
2 changed files with 2 additions and 2 deletions
3
.github/workflows/tests.yml
vendored
3
.github/workflows/tests.yml
vendored
|
@ -44,7 +44,8 @@ jobs:
|
||||||
-p serai-processor \
|
-p serai-processor \
|
||||||
-p tendermint-machine \
|
-p tendermint-machine \
|
||||||
-p tributary-chain \
|
-p tributary-chain \
|
||||||
-p serai-coordinator
|
-p serai-coordinator \
|
||||||
|
-p serai-docker-tests
|
||||||
|
|
||||||
test-substrate:
|
test-substrate:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
|
@ -8,7 +8,6 @@ notice = "warn"
|
||||||
unmaintained = "warn"
|
unmaintained = "warn"
|
||||||
|
|
||||||
ignore = [
|
ignore = [
|
||||||
"RUSTSEC-2020-0071", # https://github.com/chronotope/chrono/issues/602
|
|
||||||
"RUSTSEC-2021-0139", # https://github.com/serai-dex/serai/228
|
"RUSTSEC-2021-0139", # https://github.com/serai-dex/serai/228
|
||||||
"RUSTSEC-2022-0061", # https://github.com/serai-dex/serai/227
|
"RUSTSEC-2022-0061", # https://github.com/serai-dex/serai/227
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue