mirror of
https://github.com/bolucat/Archive.git
synced 2026-04-23 00:17:16 +08:00
Update On Sat Jul 5 20:36:04 CEST 2025
This commit is contained in:
@@ -41,10 +41,14 @@ jobs:
|
||||
run: cargo test --features "full-extra" --verbose --no-fail-fast
|
||||
- name: Build & Test (Default) - shadowsocks
|
||||
run: cargo test --manifest-path ./crates/shadowsocks/Cargo.toml --verbose --no-fail-fast
|
||||
- name: Build & Test (Default) - shadowsocks-service
|
||||
run: cargo test --manifest-path ./crates/shadowsocks-service/Cargo.toml --verbose --no-fail-fast
|
||||
- name: Build & Test (--no-default-features)
|
||||
run: cargo test --verbose --no-default-features --no-fail-fast
|
||||
- name: Build & Test (--no-default-features) - shadowsocks
|
||||
run: cargo test --manifest-path ./crates/shadowsocks/Cargo.toml --verbose --no-default-features --no-fail-fast
|
||||
- name: Build & Test (--no-default-features) - shadowsocks-service
|
||||
run: cargo test --manifest-path ./crates/shadowsocks-service/Cargo.toml --verbose --no-default-features --no-fail-fast
|
||||
- name: Build with All Features Enabled (Unix)
|
||||
if: ${{ runner.os == 'Linux' || runner.os == 'macOS' }}
|
||||
run: cargo build --verbose --features "full-extra local-flow-stat utility-url-outline"
|
||||
|
||||
Reference in New Issue
Block a user