Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Use ubuntu-latest in CI #218

Merged
merged 6 commits into from
Dec 25, 2024
Merged

chore: Use ubuntu-latest in CI #218

merged 6 commits into from
Dec 25, 2024

Conversation

cljoly
Copy link
Owner

@cljoly cljoly commented Dec 25, 2024

Had to pin it to 22.04 in #217, let's try to bump it back up now.

Had to pin it to 22.04 in #217, let's try to bump it back up now.
@cljoly cljoly force-pushed the back-ubuntu-latest branch from ba20378 to 9a4efe2 Compare December 25, 2024 10:26
Examples are already run as a part of the normal test runs, for all
features.
It's quite unlikely we would forget to run the tests now that they are
part of the root crate with a star pattern. In the root `Cargo.toml`:

```toml
[workspace]
members = [
  "rusqlite_migration",
  "rusqlite_migration_tokio_async",
  "rusqlite_migration_tests",
  "examples/*",
]
```
@coveralls
Copy link

Coverage Status

coverage: 94.925%. remained the same
when pulling f2b3423 on back-ubuntu-latest
into f407f36 on master.

@cljoly cljoly merged commit 8de54a3 into master Dec 25, 2024
15 checks passed
@cljoly cljoly deleted the back-ubuntu-latest branch December 25, 2024 11:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants