Skip to content

Commit

Permalink
Release candid 0.10 (#493)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyan-dfinity committed Nov 16, 2023
1 parent 05dab77 commit 1c00b4a
Show file tree
Hide file tree
Showing 182 changed files with 2,101 additions and 2,123 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bench.yml
Expand Up @@ -2,7 +2,7 @@ name: Rust Bench
on:
pull_request:
paths:
- 'rust/**'
- 'rust/candid/**'
jobs:
runBenchMark:
name: run benchmark
Expand Down
8 changes: 6 additions & 2 deletions .github/workflows/rust.yml
Expand Up @@ -26,9 +26,13 @@ jobs:
target
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- name: Build
run: cargo build
run: |
cargo build
- name: Run tests
run: cargo test --features all
run: |
cargo test --no-default-features
cargo test
cargo test --features all
- name: fmt
run: cargo fmt -v -- --check
- name: lint
Expand Down

0 comments on commit 1c00b4a

Please sign in to comment.