Remove scrypt

This commit is contained in:
daxpedda
2021-06-21 12:26:22 -07:00
committed by Kevin Lewi
parent 535b9b8ee4
commit ca50d92f96
5 changed files with 7 additions and 68 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: hecrj/setup-rust-action@v1
- run: cargo test --verbose --features scrypt,argon --no-default-features --features ${{ matrix.backend_feature }}
- run: cargo test --verbose --features slow-hash --no-default-features --features ${{ matrix.backend_feature }}
serde-test:
name: Test on ${{ matrix.target }} with serde support