diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index b7bff204..6f38a423 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -45,6 +45,7 @@ jobs: libayatana-appindicator3-dev \ librsvg2-dev \ libdbus-1-dev \ + libsodium-dev \ pkg-config - name: Install Rust components run: rustup component add rustfmt @@ -96,6 +97,7 @@ jobs: libayatana-appindicator3-dev \ librsvg2-dev \ libdbus-1-dev \ + libsodium-dev \ pkg-config - name: Install clippy run: rustup component add clippy @@ -133,6 +135,7 @@ jobs: libayatana-appindicator3-dev \ librsvg2-dev \ libdbus-1-dev \ + libsodium-dev \ pkg-config - run: cargo test --manifest-path src-tauri/Cargo.toml -- --test-threads=1