We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0bb6b4 commit 96711b4Copy full SHA for 96711b4
1 file changed
.github/workflows/test.yml
@@ -55,7 +55,7 @@ jobs:
55
cached: ${{ steps.cache-llvm.outputs.cache-hit }}
56
- name: Install nextest
57
uses: taiki-e/install-action@nextest
58
- - run: cargo nextest run --profile ci -F http,camellia --release --workspace
+ - run: cargo nextest run --profile ci -F http,xdp --release --workspace
59
env:
60
RUST_LOG: "info"
61
CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_RUNNER: "sudo -E"
0 commit comments