Online LiRA NaN filtering and squared_error as a new score type (#112) #157
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Build and Test Workflow | |
| on: | |
| workflow_dispatch: | |
| push: | |
| branches: [ main ] | |
| pull_request: | |
| branches: [ main ] | |
| jobs: | |
| tests-and-coverage: | |
| name: Run PrivacyGuard tests | |
| uses: ./.github/workflows/reusable_test.yml | |
| secrets: inherit |