Add missing required param to README

This commit is contained in:
Viktor Szépe 2024-02-22 02:04:32 +01:00 committed by GitHub
parent be73d7920c
commit ce6d6a334a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,6 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
toolchain: stable
- run: cargo test --all-features
```