Skip to content

Commit

Permalink
ci: enable ipv6
Browse files Browse the repository at this point in the history
  • Loading branch information
Zxilly committed Nov 27, 2024
1 parent f087c8e commit 47771ad
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,12 @@ jobs:
run: |
sudo pip install -r scripts/requirements.txt
- name: Enable ipv6
uses: fscarmen/warp-on-actions@v1.3
with:
stack: dual
mode: client

- name: Run unit tests
run: |
cmake -S . -B build -DUA2F_BUILD_TESTS=OFF -DUA2F_ENABLE_UCI=OFF -DUA2F_ENABLE_ASAN=ON ${{ matrix.cache == 'false' && '-DUA2F_NO_CACHE=ON' || '-DUA2F_NO_CACHE=OFF' }}
Expand Down

0 comments on commit 47771ad

Please sign in to comment.