Merge PR #6595: Single Binary & Command Refactor

This commit is contained in:
Alexander Bezobchuk
2020-07-07 11:40:46 -04:00
committed by GitHub
parent ebf1583462
commit 8670a10564
54 changed files with 673 additions and 652 deletions
+2 -2
View File
@@ -205,9 +205,9 @@ jobs:
.go
.mod
.sum
- name: build-sim
- name: build-simd
run: |
make build-sim
make build-simd
if: "env.GIT_DIFF != ''"
- name: cli-test
run: |