diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ff9ea21..eee63e0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -50,3 +50,7 @@ jobs: with: name: sc-rpi path: sc-rpi + - name: Test CLI + run: | + ./sc-linux ls "Fusion" + diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8ba5bdd..14d1aee 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: - name: Build uses: actions/setup-go@v2 with: - go-version: "1.19" # The Go version to download (if necessary) and use. + go-version: "1.22" # The Go version to download (if necessary) and use. - run: go version - run: make build-linux - run: make build-mac