Skip to content

Commit 89cf11e

Browse files
authored
Merge pull request #386 from TrueNine/dev
Release v2026.10502.118
2 parents 34228f9 + 4f1cc74 commit 89cf11e

118 files changed

Lines changed: 8120 additions & 5612 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
run: cargo run -p xtask -- build
7575

7676
- name: Rust unit tests
77-
run: cargo test --workspace --exclude tnmsg --exclude tnmsc-integrate-tests --exclude tnmsc-local-tests --exclude tnmsm-integrate-tests --lib --bins
77+
run: cargo test --workspace --exclude tnmsg --exclude tnmsc-local-tests --lib --bins
7878

7979
packaging-smoke:
8080
if: github.event_name != 'pull_request' || github.event.pull_request.draft == false
@@ -93,10 +93,10 @@ jobs:
9393
run: cargo build --release -p tnmsc -p tnmsm
9494

9595
- name: CLI packaging smoke
96-
run: cargo test -p tnmsc-integrate-tests packaging_smoke_covers_release_binary_and_global_install -- --exact --nocapture
96+
run: cargo test -p tnmsc-local-tests packaging_smoke_covers_release_binary_and_global_install -- --exact --nocapture
9797

9898
- name: MCP packaging smoke
99-
run: cargo test -p tnmsm-integrate-tests packaging_smoke_covers_release_binary_and_global_install -- --exact --nocapture
99+
run: cargo test -p tnmsm-local-tests packaging_smoke_covers_release_binary_and_global_install -- --exact --nocapture
100100

101101
gui-smoke:
102102
needs: changes

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ cli/npm/**/*.node
2424
cli/npm/**/bin/
2525
cli/npm/**/tnmsc
2626
cli/npm/**/tnmsc.exe
27-
cli/integrate-tests/.tmp/
2827
libraries/**/dist/*.node
2928
**/target/
3029
!**/Cargo.lock

0 commit comments

Comments
 (0)