diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml new file mode 100644 index 0000000..827e4df --- /dev/null +++ b/.github/workflows/test.yaml @@ -0,0 +1,15 @@ +on: +- push +- pull_request + +name: Test + +jobs: + test: + strategy: + matrix: + os: [windows-latest, macos-latest, ubuntu-latest] + runs-on: ${{ matrix.os }} + steps: + - uses: actions/checkout@v2.3.4 + - run: dotnet test diff --git a/tests/RocksDbSharpTest/RocksDbSharpTest.csproj b/tests/RocksDbSharpTest/RocksDbSharpTest.csproj index 376fe3a..7f675ad 100644 --- a/tests/RocksDbSharpTest/RocksDbSharpTest.csproj +++ b/tests/RocksDbSharpTest/RocksDbSharpTest.csproj @@ -1,6 +1,6 @@  - netcoreapp2.2 + netcoreapp3.1 True 7.2 PackageReference