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 09a3530 commit 461e3fbCopy full SHA for 461e3fb
packages/Makefile
@@ -5,6 +5,6 @@
5
# * docker
6
# * https://github.com/bats-core/bats-core
7
8
-.phony: test
+.PHONY: test
9
test:
10
- bats -j4 test
+ bats test
packages/test/fedora.bats
@@ -5,9 +5,9 @@
}
@test "Fedora 37" {
- ./test-install-on-docker.sh fedora:34
+ ./test-install-on-docker.sh fedora:37
11
@test "Fedora 36" {
12
- ./test-install-on-docker.sh fedora:33
+ ./test-install-on-docker.sh fedora:36
13
0 commit comments