Skip to content

Commit 90de28e

Browse files
committed
fix: Update test command in CI workflow to include additional build tags for WireGuard tests
1 parent bd00bcd commit 90de28e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
if: steps.cache.outputs.cache-hit != 'true'
3939
run: |
4040
./run lib core
41-
(cd libcore && go test . -run '^TestWireGuard(SingleEndpointConfig|LegacyOutboundRejected)$' -count=1 -v)
41+
(cd libcore && go test . -tags='with_conntrack,with_gvisor,with_quic,with_wireguard,with_utls,with_clash_api' -run '^TestWireGuard(SingleEndpointConfig|LegacyOutboundRejected)$' -count=1 -v)
4242
- name: Verify LibCore AAR
4343
run: |
4444
test -s app/libs/libcore.aar

0 commit comments

Comments
 (0)