mirror of
https://github.com/zhom/donutbrowser.git
synced 2026-05-12 04:41:32 +02:00
refactor: better camoufox instance tracking
This commit is contained in:
@@ -110,9 +110,15 @@ jobs:
|
||||
working-directory: src-tauri
|
||||
|
||||
- name: Run Rust unit tests
|
||||
run: cargo test
|
||||
run: cargo test --lib
|
||||
working-directory: src-tauri
|
||||
|
||||
- name: Run integration tests
|
||||
run: ./scripts/run-integration-tests.sh
|
||||
env:
|
||||
CI: true
|
||||
continue-on-error: true
|
||||
|
||||
- name: Run cargo audit security check
|
||||
run: cargo audit
|
||||
working-directory: src-tauri
|
||||
|
||||
Reference in New Issue
Block a user