Skip to content

Commit

Permalink
encrypt will keep metadata; add benches
Browse files Browse the repository at this point in the history
  • Loading branch information
lxl66566 committed Sep 22, 2024
1 parent 5714b0f commit a9cb896
Show file tree
Hide file tree
Showing 8 changed files with 404 additions and 236 deletions.
15 changes: 13 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,23 @@ name: Test

on:
pull_request:
workflow_dispatch:
tag:
types:
- created

jobs:
test:
name: cargo test
runs-on: ubuntu-latest
env:
SCCACHE_GHA_ENABLED: "true"
RUSTC_WRAPPER: "sccache"
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@nightly
- run: cargo test --all-features -- --test-threads=1
- uses: cargo-bins/cargo-binstall@main
- run: cargo binstall -y --no-symlinks cargo-nextest
- name: Setup sccache-cache
uses: mozilla-actions/[email protected]
- uses: dtolnay/rust-toolchain@stable
- run: cargo nextest run && cargo test --doc
Loading

0 comments on commit a9cb896

Please sign in to comment.