Skip to content

Commit

Permalink
Telemetry Batteries PRO-536 (#696)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xForerunner authored Feb 14, 2024
1 parent a88dbd9 commit e502892
Show file tree
Hide file tree
Showing 16 changed files with 482 additions and 542 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@ jobs:
- uses: actions-rs/clippy-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --locked --features "mimalloc" --all-targets
args: --locked --all-targets
- name: Check docs
uses: actions-rs/cargo@v1
with:
command: doc
args: --locked --features "mimalloc" --no-deps --document-private-items
args: --locked --no-deps --document-private-items

test:
name: Test
Expand Down Expand Up @@ -98,12 +98,12 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: nextest
args: run --workspace --features "mimalloc" --no-run
args: run --workspace --no-run
- name: Run tests
uses: actions-rs/cargo@v1
with:
command: nextest
args: run --workspace --features "mimalloc"
args: run --workspace

cargo-vet:
name: Vet Dependencies
Expand Down
Loading

0 comments on commit e502892

Please sign in to comment.