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 e83d763 commit 2287476Copy full SHA for 2287476
1 file changed
.github/workflows/main.yaml
@@ -52,6 +52,8 @@ jobs:
52
run: docker run --rm --privileged --sysctl net.ipv6.conf.all.disable_ipv6=0 rootlesskit:test-integration ./integration-ipv6.sh
53
- name: "Integration test: systemd socket activation"
54
run: docker run --rm --net=none --privileged rootlesskit:test-integration ./integration-systemd-socket.sh
55
+ - name: "Integration test: pdeathsig"
56
+ run: docker run --rm --privileged rootlesskit:test-integration ./integration-pdeathsig.sh
57
- name: "Integration test: Network (network driver=slirp4netns)"
58
run: |
59
docker run --rm --privileged rootlesskit:test-integration ./integration-net.sh slirp4netns
0 commit comments