Skip to content

Commit c47f978

Browse files
committed
[workflow] Include rayon in alternate features tested
No longer attempts to test the whole powerset of features, which was getting unweildy.
1 parent 1a516ae commit c47f978

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,8 @@ jobs:
6363
- features: "full-geolib"
6464
- features: "cli"
6565
- features: "floor"
66-
- features: "full-geolib,cli"
67-
- features: "full-geolib,floor"
68-
- features: "full-geolib,cli,floor"
66+
- features: "cli,floor,rayon"
67+
- features: "floor,rayon"
6968

7069
runs-on: ubuntu-latest
7170

0 commit comments

Comments
 (0)