We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a5490a commit 2475d28Copy full SHA for 2475d28
makefile
@@ -19,11 +19,10 @@ test: ## Run molecule tests on default platform
19
.PHONY: testall
20
testall: ## Run test on multiple platforms
21
MOLECULE_DISTRO=rockylinux8 molecule test
22
- MOLECULE_DISTRO=fedora33 molecule test
23
- MOLECULE_DISTRO=ubuntu2004 molecule test
24
MOLECULE_DISTRO=ubuntu1804 molecule test
25
- MOLECULE_DISTRO=debian11 molecule test
+ MOLECULE_DISTRO=ubuntu2004 molecule test
26
MOLECULE_DISTRO=debian10 molecule test
+ MOLECULE_DISTRO=debian11 molecule test
27
MOLECULE_DISTRO=centos7 molecule test
28
29
.PHONY: hooks
0 commit comments