diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 41427e930..cdc3a00b1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,12 +1,12 @@ -name: GLM Unit Tests +name: ci run-name: ${{ github.actor }} is testing out GitHub Actions 🚀 on: [push] jobs: - Pure: + windows-latest: strategy: fail-fast: false matrix: - #std: [11, 14, 17] + std: [11, 14, 17] config: [Debug, Release] os: [ubuntu-latest, macos-latest, windows-latest] steps: