diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-02-24 17:25:22 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-24 17:25:22 +0100 |
commit | afd5cbff1e147bdad200b47fb2bd0992684c7fd4 (patch) | |
tree | aacbfe34d019562676f5edf81d9c4956b8618ae6 /contrib/cirrus/unit_test.sh | |
parent | 2602083f6282b13407569ce8df593fd7703442e0 (diff) | |
parent | a64985c71bbb48652bef1d7a737ff5f7e1ec8fa9 (diff) | |
download | podman-afd5cbff1e147bdad200b47fb2bd0992684c7fd4.tar.gz podman-afd5cbff1e147bdad200b47fb2bd0992684c7fd4.tar.bz2 podman-afd5cbff1e147bdad200b47fb2bd0992684c7fd4.zip |
Merge pull request #5281 from baude/bindingsci
enable ci on go binding tests
Diffstat (limited to 'contrib/cirrus/unit_test.sh')
-rwxr-xr-x | contrib/cirrus/unit_test.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/cirrus/unit_test.sh b/contrib/cirrus/unit_test.sh index c6c77d17e..2852c31ae 100755 --- a/contrib/cirrus/unit_test.sh +++ b/contrib/cirrus/unit_test.sh @@ -12,6 +12,7 @@ make localunit case "$SPECIALMODE" in in_podman) ;& + bindings) ;& rootless) ;& none) make |