Skip to content

Commit

Permalink
Merge pull request #47 from mark-s/pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-s committed May 5, 2024
2 parents d93795f + 6440ab5 commit 46cafc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CIBuildTest-Linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ jobs:
run: dotnet build

- name: Execute unit tests
working-directory: src
run: dotnet test
1 change: 1 addition & 0 deletions .github/workflows/CIBuildTest-Win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ jobs:
run: dotnet build

- name: Execute unit tests
working-directory: src
run: dotnet test

0 comments on commit 46cafc6

Please sign in to comment.