mirror of
https://github.com/microsoft/regorus.git
synced 2026-08-05 02:16:11 +00:00
fix: Clippy warnings (#424)
Also schedule works to be run at 8:00 AM everyday. Signed-off-by: Anand Krishnamoorthi <anakrish@microsoft.com>
This commit is contained in:
committed by
GitHub
parent
444b2970a1
commit
8ee1cf3298
5
.github/workflows/test-csharp.yml
vendored
5
.github/workflows/test-csharp.yml
vendored
@@ -5,6 +5,9 @@ on:
|
||||
branches: [ "main" ]
|
||||
pull_request:
|
||||
branches: [ "main" ]
|
||||
schedule:
|
||||
# Run at 8:00 AM every day
|
||||
- cron: "0 8 * * *"
|
||||
|
||||
jobs:
|
||||
build-ffi:
|
||||
@@ -129,4 +132,4 @@ jobs:
|
||||
|
||||
- name: Run Regorus.Tests
|
||||
run: dotnet test --no-restore
|
||||
working-directory: ./bindings/csharp/Regorus.Tests
|
||||
working-directory: ./bindings/csharp/Regorus.Tests
|
||||
|
||||
Reference in New Issue
Block a user