Do per-feature testing
This commit is contained in:
10
.github/workflows/test.yml
vendored
10
.github/workflows/test.yml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user