We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9d3a91 commit 2fe399dCopy full SHA for 2fe399d
2 files changed
.github/workflows/ci.yml
@@ -94,11 +94,6 @@ jobs:
94
export LD_LIBRARY_PATH="/tmp/local/lib"
95
make test_examples
96
97
- - name: Test examples with QUIC
98
- run: |
99
- export LD_LIBRARY_PATH="/tmp/local/lib"
100
- make test_examples_quic
101
-
102
fmt:
103
name: Check code format
104
runs-on: ubuntu-latest
Makefile
@@ -52,8 +52,3 @@ test:
52
.PHONY: test_examples
53
test_examples:
54
python3 tests/test_examples.py $(BIN_DIR)
55
56
-# Run examples tests QUIC
57
-.PHONY: test_examples_quic
58
-test_examples_quic:
59
- python3 tests/test_examples.py -l "quic/localhost:7449" -e "quic/localhost:7449" -c tests/quic.json5 $(BIN_DIR)
0 commit comments