Add missing crate to tests, remove no longer present RUSTSEC ignore

This commit is contained in:
Luke Parker 2023-11-05 08:39:50 -05:00
parent 899a9604e1
commit b8ac8e697b
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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
] ]