mirror of
https://github.com/SabreTools/SabreTools.Matching.git
synced 2026-09-22 06:44:04 +00:00
Ensure tests pass
This commit is contained in:
6
.github/workflows/build_nupkg.yml
vendored
6
.github/workflows/build_nupkg.yml
vendored
@@ -20,6 +20,12 @@ jobs:
|
||||
|
||||
- name: Restore dependencies
|
||||
run: dotnet restore
|
||||
|
||||
- name: Build library
|
||||
run: dotnet build
|
||||
|
||||
- name: Run tests
|
||||
run: dotnet test
|
||||
|
||||
- name: Pack
|
||||
run: dotnet pack
|
||||
|
||||
Reference in New Issue
Block a user