diff --git a/.github/workflows/test-gglm.yml b/.github/workflows/test-gglm.yml index 6e0bd9a..fa81689 100755 --- a/.github/workflows/test-gglm.yml +++ b/.github/workflows/test-gglm.yml @@ -5,8 +5,8 @@ on: workflow_dispatch: jobs: - test-gglm: - runs-on: [windows-latest, macos-latest, ubuntu-latest] + test-gglm-windows: + runs-on: [windows-latest] steps: - name: Install golang uses: actions/setup-go@v3 diff --git a/README.md b/README.md index 3c5239f..c3a87ea 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # gglm +[![test-gglm](https://github.com/bloeys/gglm/actions/workflows/test-gglm.yml/badge.svg)](https://github.com/bloeys/gglm/actions/workflows/test-gglm.yml) + Fast OpenGL/Graphics focused Mathematics library in Go inspired by the c++ library [glm](https://github.com/g-truc/glm). gglm currently has the following: