feat: update dependencies
This commit is contained in:
parent
65b95f2958
commit
910b10de35
3 changed files with 72 additions and 62 deletions
|
|
@ -12,11 +12,10 @@ jobs:
|
|||
path: |
|
||||
target/debug
|
||||
~/.cargo/registry
|
||||
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/libalexandria.rlib') }}
|
||||
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/Cargo.lock') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-build-${{ env.cache-name }}-
|
||||
${{ runner.os }}-build-
|
||||
${{ runner.os }}-
|
||||
${{ runner.os }}-${{ env.cache-name }}-${{ hashFiles('**/Cargo.lock') }}
|
||||
${{ runner.os }}-${{ env.cache-name }}-
|
||||
- name: Install rust toolchain
|
||||
uses: https://github.com/dtolnay/rust-toolchain@stable
|
||||
- run: JWT_SECRET="$(./scripts/generate_secret.sh)" cargo test --verbose
|
||||
|
|
|
|||
Reference in a new issue