Skip to content

Commit

Permalink
Nit: Stop downloading wintun for Unit-Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
strseb committed Mar 19, 2024
1 parent 162e1b9 commit 303e3cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_unit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ jobs:
- name: Building tests
run: |
mkdir ./build
cmake -S . -B ./build -GNinja -DCMAKE_BUILD_TYPE=Debug -DCMAKE_PREFIX_PATH="C:\MozillaVPNBuild\lib\cmake"
cmake -S . -B ./build -GNinja -DCMAKE_BUILD_TYPE=Debug -DCMAKE_PREFIX_PATH="C:\MozillaVPNBuild\lib\cmake" -DWINTUN_FOLDER="not-existing"
cmake --build ./build --target build_tests
- name: Running native messaging tests
Expand Down

0 comments on commit 303e3cb

Please sign in to comment.