Do per-feature testing

This commit is contained in:
Dimitris Zervas
2023-06-05 15:17:52 +03:00
parent 6d0990e218
commit 7b792dc749
4 changed files with 10 additions and 6 deletions

View File

@ -24,6 +24,10 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose --all-features
- name: Run tests
run: cargo test --verbose --all-features
run: cargo build --verbose
- name: Run tests - frida
run: cargo test --verbose
# - name: Run tests - frida
# if: matrix.os == 'windows-latest'
# run: cargo test --verbose --no-default-features --features managed_lib