mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
Add unit test project and some early tests
This commit is contained in:
parent
2d43c17f9e
commit
0f041c2e3c
6 changed files with 119 additions and 3 deletions
4
.github/workflows/dotnetcore.yml
vendored
4
.github/workflows/dotnetcore.yml
vendored
|
|
@ -15,5 +15,5 @@ jobs:
|
|||
uses: actions/setup-dotnet@v1
|
||||
with:
|
||||
dotnet-version: 3.1.100
|
||||
- name: Build with dotnet
|
||||
run: dotnet build --configuration Release
|
||||
- name: Build and test with dotnet
|
||||
run: dotnet test --configuration Release
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue