diff options
-rw-r--r-- | .github/workflows/macos.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index ee89b9c3..52559861 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-go@v2 - run: brew install gnupg notmuch scdoc - - run: gmake - - run: gmake install - - run: gmake checkinstall - - run: go test ./... + - run: make + - run: make install + - run: make checkinstall + - run: make tests |