Remove TEST_EXTRA_ARGS and GOLANGCI_LINT_EXRA_ARGS

QUIC support is gone
This commit is contained in:
Sean DuBois
2025-04-25 13:57:20 -04:00
parent 2de1ac4285
commit 3017e68859

2
.github/.ci.conf vendored
View File

@@ -2,6 +2,4 @@
# SPDX-License-Identifier: MIT
GO_JS_WASM_EXEC=${PWD}/test-wasm/go_js_wasm_exec
TEST_EXTRA_ARGS="-tags quic"
GOLANGCI_LINT_EXRA_ARGS="--build-tags quic"
EXCLUDED_CONTRIBUTORS=('Josh Bleecher Snyder' 'Sidney San Martín')