Skip to content

Commit 2475d28

Browse files
committed
build: update testall distros
1 parent 5a5490a commit 2475d28

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

makefile

+2-3
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,10 @@ test: ## Run molecule tests on default platform
1919
.PHONY: testall
2020
testall: ## Run test on multiple platforms
2121
MOLECULE_DISTRO=rockylinux8 molecule test
22-
MOLECULE_DISTRO=fedora33 molecule test
23-
MOLECULE_DISTRO=ubuntu2004 molecule test
2422
MOLECULE_DISTRO=ubuntu1804 molecule test
25-
MOLECULE_DISTRO=debian11 molecule test
23+
MOLECULE_DISTRO=ubuntu2004 molecule test
2624
MOLECULE_DISTRO=debian10 molecule test
25+
MOLECULE_DISTRO=debian11 molecule test
2726
MOLECULE_DISTRO=centos7 molecule test
2827

2928
.PHONY: hooks

0 commit comments

Comments
 (0)