add test-solidity to github actions, create test script (#510)

This commit is contained in:
noot
2020-09-18 12:50:08 -04:00
committed by GitHub
parent 517de55720
commit 248bcc3008
4 changed files with 84 additions and 1 deletions
+1
View File
@@ -396,5 +396,6 @@ func GetMaccPerms() map[string][]string {
for k, v := range maccPerms {
dupMaccPerms[k] = v
}
return dupMaccPerms
}