diff options
| -rw-r--r-- | .github/workflows/test.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 12170ef..39ef3b0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,6 +28,7 @@ jobs: with: name: shared-lib path: exports/lib/ + retention-days: 1 test-csharp: name: Test C# wrapper |
