Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nbollis authored Aug 16, 2024
1 parent 15b643b commit 1899f0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
configuration: [UbuntuMac, Release, UbuntuMac]
configuration: [UbuntuMac, Release, Debug]

steps:
- uses: actions/checkout@v4
Expand All @@ -30,4 +30,4 @@ jobs:
- name: Build
run: dotnet build --no-restore ./MetaMorpheus/MetaMorpheus.sln --configuration ${{ matrix.configuration }}
- name: Test
run: dotnet test ./MetaMorpheus/Test.csproj --no-build --verbosity normal --configuration ${{ matrix.configuration }}
run: dotnet test ./MetaMorpheus/Test/Test.csproj --no-build --verbosity normal --configuration ${{ matrix.configuration }}

0 comments on commit 1899f0e

Please sign in to comment.