tests/thirdparty: add segmentio/asm (#201)

Adds third-party test for https://github.com/segmentio/asm.

Fixes #200
This commit is contained in:
Michael McLoughlin
2021-09-15 23:49:08 -07:00
committed by GitHub
parent 8ff8e3b751
commit 5e686673b2
2 changed files with 49 additions and 0 deletions

View File

@@ -367,5 +367,20 @@
]
}
]
},
{
"repository": {
"owner": "segmentio",
"name": "asm"
},
"version": "v1.0.0",
"module": "build/go.mod",
"generate": [
{
"commands": [
"make --always-make build"
]
}
]
}
]