Skip to content

Commit

Permalink
Use Release instead of MinSIzeRel
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsenko committed Apr 8, 2024
1 parent 9e9136a commit 72d1acf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dart-desktop-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,15 @@ jobs:
run: ulimit -n 10240
if: ${{ contains(runner.os, 'macos') }}

- name: Run tests ${{ runner.os }}-${{ runner.os.version }}-${{ runner.arch }}
- name: Run tests ${{ runner }} ${{ runner.arch }}
run: melos test:unit

# TODO: Publish all reports
- name: Publish Test Report
uses: dorny/[email protected]
if: success() || failure()
with:
name: Test Results Dart ${{ runner.os }}-${{ runner.os.version }}-${{ runner.arch }}
name: Test Results Dart ${{ runner }} ${{ runner.arch }}
path: test-results.json
reporter: dart-json
only-summary: true
Expand Down

0 comments on commit 72d1acf

Please sign in to comment.