We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b2557d commit d56301cCopy full SHA for d56301c
.github/workflows/auto-databaseless-tests.yml
@@ -118,12 +118,11 @@ jobs:
118
119
uses: DataObjects-NET/dataobjects-net/.github/workflows/reusable-storage-independant-tests.yml@6.0
120
with:
121
- storage: sqlite3
122
build_config: Release
123
target_framework: ${{ matrix.net }}
124
test_output_verbosity: minimal
125
test_run_timeout: 10
126
- run_main: true
127
- run_sql: true
128
- run_extensions: true
+ run_core: true
+ run_log4net: true
+ run_nlog: true
129
publish_raw_results: false
0 commit comments