Skip to content

Commit

Permalink
update github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Tehforsch committed Jan 12, 2024
1 parent 9da4f64 commit c0b31b8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ jobs:
run: cargo test --tests --features glam,glam-vec2,glam-dvec2,glam-vec3,glam-dvec3,f32,f64,gen-vec-names,si,mpi,hdf5,rand,serde
- name: Run tests (all features)
run: cargo test --tests --all-features
- name: Run tests (no std, no libm)
run: cargo test --tests --no-default-features --features f32,f64
- name: Run tests (no std, libm)
run: cargo test --tests --no-default-features --features f32,f64,num-traits-libm
- name: Doctests
run: cargo test --doc --all-features

Expand Down

0 comments on commit c0b31b8

Please sign in to comment.