Fix: Fixed compilation issue after partially removing the feature flag (#1835)

This commit is contained in:
Chenx Dust
2026-01-28 21:38:34 +08:00
committed by GitHub
parent 977e502150
commit ccc684a9ab
14 changed files with 512 additions and 239 deletions
+7
View File
@@ -95,6 +95,9 @@ jobs:
bash ./.github/workflows/install_rust.sh
rustup component add rustfmt
rustup component add clippy
- name: Install cargo-hack
run: cargo install cargo-hack --locked
- name: Check formatting
if: ${{ !cancelled() }}
@@ -107,6 +110,10 @@ jobs:
mkdir -p easytier-gui/dist
cargo clippy --all-targets --all-features --all -- -D warnings
- name: Check features
if: ${{ !cancelled() }}
run: cargo hack check --package easytier --each-feature --features aes-gcm --verbose
- name: Run tests
run: |
sudo prlimit --pid $$ --nofile=1048576:1048576