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

Only target netstandard 2.0 #11

Merged
merged 3 commits into from
Mar 18, 2024

Moved CI optimisations into just the main project

6dd4d28
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Only target netstandard 2.0 #11

Moved CI optimisations into just the main project
6dd4d28
Select commit
Loading
Failed to load commit list.
GitHub Actions / Tests succeeded Mar 18, 2024 in 1s

10 passed, 0 failed and 0 skipped

Tests passed successfully

✅ artifacts/runneradmin_fv-az1564-395_2024-03-18_06_45_15.trx

10 tests were completed in 687ms with 10 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
DbUp.MySql.Tests.DatabaseSupportTests 3✅ 54ms
DbUp.MySql.Tests.MySqlConnectionManagerTests 5✅ 29ms
DbUp.MySql.Tests.MySqlSupportTests 1✅ 36ms
DbUp.MySql.Tests.NoPublicApiChanges 1✅ 20ms

✅ DbUp.MySql.Tests.DatabaseSupportTests

✅ VerifyBasicSupport
✅ VerifyJournalCreationIfNameChanged
✅ VerifyVariableSubstitutions

✅ DbUp.MySql.Tests.MySqlConnectionManagerTests

✅ CanParseMultilineScript
✅ CanParseSingleLineScript
✅ DoesNotGetStuckInSkipWhitespace
✅ ParsesOutBeginningDelimiter
✅ ParsesOutDelimiter

✅ DbUp.MySql.Tests.MySqlSupportTests

✅ CanHandleDelimiter

✅ DbUp.MySql.Tests.NoPublicApiChanges

✅ Run