We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b79dbc commit 31ec322Copy full SHA for 31ec322
3 files changed
.github/workflows/ci-build.yml
@@ -33,6 +33,7 @@ jobs:
33
3.1.x
34
5.0.x
35
6.0.x
36
+ 7.0.x
37
- name: Install dependencies
38
run: dotnet restore src/${{ env.PROJECT_NAME }}.sln
39
- name: Build solution
.github/workflows/continous-benchmark.yml
@@ -21,6 +21,7 @@ jobs:
21
22
23
24
25
# Run benchmark with `go test -bench` and stores the output to a file
26
- name: Run benchmark
27
run: dotnet run --project ./GeoJSON.Text.Test.Benchmark/GeoJSON.Text.Test.Benchmark.csproj --framework net6 --runtimes net60 -c Release -- --job medium -f *SerializeAndDeserialize*
.github/workflows/release.yml
@@ -43,6 +43,7 @@ jobs:
43
44
45
46
47
48
49
0 commit comments