Disabled c# and started writing .so dll proxying. won't work, just saving the code
Signed-off-by: Dimitris Zervas <dzervas@dzervas.gr>
This commit is contained in:
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -36,9 +36,9 @@ jobs:
|
||||
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
|
||||
restore-keys: ${{ runner.os }}-cargo-
|
||||
- name: Build
|
||||
run: cargo build --verbose
|
||||
run: cargo build
|
||||
- name: Run tests - frida
|
||||
run: cargo test --verbose
|
||||
run: cargo test --all-features
|
||||
|
||||
# - name: Run tests - frida
|
||||
# if: runner.os == 'windows-latest'
|
||||
|
Reference in New Issue
Block a user