Skip to content

Commit

Permalink
Adjust/enable feature flags to improve tests coverage (Consider GC an…
Browse files Browse the repository at this point in the history
…d automatic eviction)
  • Loading branch information
neon-sunset committed Jul 3, 2022
1 parent 481245b commit 16703c2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/dotnet-releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ jobs:
include-prerelease: true
- name: Build, Test, Pack, Publish
shell: pwsh
env:
FASTCACHE_CONSIDER_GC: true
FASTCACHE_GC_THRESHOLD: 1024
FASTCACHE_QUICKLIST_EVICTION_INTERVAL: 00:00:01
run: |
dotnet tool install -g dotnet-releaser
dotnet-releaser run --nuget-token "${{secrets.NUGET_TOKEN}}" --github-token "${{secrets.GITHUB_TOKEN}}" dotnet-releaser.toml

0 comments on commit 16703c2

Please sign in to comment.