github.com/pion/webrtc/v4@v4.0.1/.github/.ci.conf (about)

     1  # SPDX-FileCopyrightText: 2023 The Pion community <https://pion.ly>
     2  # SPDX-License-Identifier: MIT
     3  
     4  GO_JS_WASM_EXEC=${PWD}/test-wasm/go_js_wasm_exec
     5  TEST_EXTRA_ARGS="-tags quic"
     6  GOLANGCI_LINT_EXRA_ARGS="--build-tags quic"
     7  EXCLUDED_CONTRIBUTORS=('Josh Bleecher Snyder' 'Sidney San Martín')