Skip to content

Commit eb4b284

Browse files
committed
We can now execute all the tests in the CI
Signed-off-by: Javier G. Sogo <[email protected]>
1 parent cca90d1 commit eb4b284

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: cargo build --verbose --workspace
2121
# Tests: we only run library and documentation tests (integration tests are using the remote server!)
2222
- name: Run tests (unittests)
23-
run: cargo test --lib --verbose --workspace
23+
run: cargo test --verbose --workspace
2424
- name: Run tests (documentation tests)
2525
run: cargo test --doc --verbose --workspace
2626

0 commit comments

Comments
 (0)