commit 84c52cee593edc914e08f09a5c5ff215a7be0ca3 parent 9e3aabf79246319c9b67d50fbc43b4a308f8dcfa Author: finwo <finwo@pm.me> Date: Sat, 25 Mar 2023 00:44:41 +0100 Always run test in gha Diffstat:
| A | .github/workflows/continuous-integration.yml | | | 21 | +++++++++++++++++++++ |
1 file changed, 21 insertions(+), 0 deletions(-)
diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml @@ -0,0 +1,21 @@ +name: CI + +on: + push: + branches: + - main + pull_request: + - main + +jobs: + + test: + name: Test + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - uses: finwo/dep@edge + - run : dep install + - run : make clean + - run : make + - run : ./test