Skip to content

Commit 9a3b0fa

Browse files
authored
remove test filter (#61)
1 parent f62a3e1 commit 9a3b0fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/checkout@v4
2121

2222
- name: Run tests
23-
run: dotnet test -c Release --filter FullyQualifiedName\!~Tests.Integration -p:CollectCoverage=false
23+
run: dotnet test -c Release -p:CollectCoverage=false
2424

2525
build-linux:
2626
name: Build, Test & Pack (Linux)
@@ -42,7 +42,7 @@ jobs:
4242
run: dotnet build -c Release -p:ContinuousIntegrationBuild=true
4343

4444
- name: Run tests
45-
run: dotnet test --no-build -c Release --filter FullyQualifiedName\!~Tests.Integration -p:CollectCoverage=true -e:CoverletOutputFormat=opencover
45+
run: dotnet test --no-build -c Release -p:CollectCoverage=true -e:CoverletOutputFormat=opencover
4646

4747
- name: Publish to Codecov
4848
uses: codecov/codecov-action@v5

0 commit comments

Comments
 (0)