Skip to content

Commit 8526e48

Browse files
committed
test: Make test-all auto remove docker image
1 parent 3f22973 commit 8526e48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ test-fast: keys
1111

1212
run-test-servers:
1313
cd ci && docker build -t test_suite:latest . && cd ..
14-
docker run -d -p 4200:4200 -p 4201:4201 -p 4202:4202 -p 4203:4203 -p 4204:4204 -p 4205:4205 -p 4206:4206 --name socketio_test test_suite:latest
14+
docker run --rm -d -p 4200:4200 -p 4201:4201 -p 4202:4202 -p 4203:4203 -p 4204:4204 -p 4205:4205 -p 4206:4206 --name socketio_test test_suite:latest
1515

1616
test-all: keys run-test-servers
17-
@cargo test --verbose --all-features
17+
-cargo test --verbose --all-features
1818
docker stop socketio_test
1919

2020
clippy:

0 commit comments

Comments
 (0)