We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cca90d1 commit eb4b284Copy full SHA for eb4b284
.github/workflows/main.yml
@@ -20,7 +20,7 @@ jobs:
20
run: cargo build --verbose --workspace
21
# Tests: we only run library and documentation tests (integration tests are using the remote server!)
22
- name: Run tests (unittests)
23
- run: cargo test --lib --verbose --workspace
+ run: cargo test --verbose --workspace
24
- name: Run tests (documentation tests)
25
run: cargo test --doc --verbose --workspace
26
0 commit comments