mirror of
https://github.com/logos-storage/nim-libplum.git
synced 2026-06-07 09:40:01 +00:00
Fix CI
This commit is contained in:
parent
c27d1ddeac
commit
9d67095a33
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -26,4 +26,10 @@ jobs:
|
||||
run: nimble test
|
||||
|
||||
- name: Integration tests
|
||||
run: nimble testIntegration
|
||||
# we call docker directly instead of nimble testIntegration because nimble
|
||||
# exits with code 0 even when exec() fails, which would make CI pass on failure.
|
||||
run: |
|
||||
docker build -t libplum -f tests/Dockerfile .
|
||||
docker run --rm --cap-add=NET_ADMIN -e TEST_MINIUPNP_PCP=1 libplum
|
||||
docker run --rm --cap-add=NET_ADMIN -e TEST_MINIUPNP_UPNP=1 libplum
|
||||
docker run --rm --cap-add=NET_ADMIN -e TEST_MINIUPNP_NATPMP=1 libplum
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user