Skip to content

Commit

Permalink
Contributing: fix test command
Browse files Browse the repository at this point in the history
Only "cargo test" does not run Python tests.
  • Loading branch information
birkenfeld committed Aug 24, 2024
1 parent 18bca6e commit e18782e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ You can run these tests yourself with
`nox -s clippy-all`

#### Tests
`cargo test --features full`
`nox -s test`

#### Check all conditional compilation
`nox -s check-feature-powerset`
Expand Down

0 comments on commit e18782e

Please sign in to comment.