From abf03a78a088f8a2172c7e36d7dcd14ac922960e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Crozet=20S=C3=A9bastien?= Date: Mon, 1 Mar 2021 12:57:12 +0100 Subject: [PATCH] github actions: fix yaml --- .github/workflows/nalgebra-ci-build.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/nalgebra-ci-build.yml b/.github/workflows/nalgebra-ci-build.yml index 117be50b..181e092e 100644 --- a/.github/workflows/nalgebra-ci-build.yml +++ b/.github/workflows/nalgebra-ci-build.yml @@ -51,10 +51,14 @@ jobs: - name: test run: cargo test --features arbitrary --features serde-serialize,abomonation-serialize,sparse,debug,io,compare,libm,proptest-support,slow-tests; test-nalgebra-glm: + runs-on: ubuntu-latest + steps: - uses: actions/checkout@v2 - name: test nalgebra-glm run: cargo test -p nalgebra-glm --features arbitrary,serde-serialize,abomonation-serialize,sparse,debug,io,compare,libm,proptest-support,slow-tests; test-nalgebra-sparse: + runs-on: ubuntu-latest + steps: - uses: actions/checkout@v2 - name: test nalgebra-sparse # Manifest-path is necessary because cargo otherwise won't correctly forward features