Skip to content

Commit fddfd89

Browse files
authored
Switch to dnx retest shorthand
1 parent 0ff8b7b commit fddfd89

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,7 @@ jobs:
7272
run: dotnet build -m:1 -bl:build.binlog
7373

7474
- name: 🧪 test
75-
run: |
76-
dotnet tool update -g dotnet-retest
77-
dotnet retest -- --no-build
75+
run: dnx retest -- --no-build
7876

7977
- name: 🐛 logs
8078
uses: actions/upload-artifact@v4

.github/workflows/publish.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,7 @@ jobs:
3434
run: dotnet build -m:1 -bl:build.binlog
3535

3636
- name: 🧪 test
37-
run: |
38-
dotnet tool update -g dotnet-retest
39-
dotnet retest -- --no-build
37+
run: dnx retest -- --no-build
4038

4139
- name: 🐛 logs
4240
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)