feat: add X25519 multikey key-agreement keypairs #16
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: Workspace Test | ||
| on: | ||
| pull_request: | ||
| workflow_dispatch: | ||
| permissions: | ||
| contents: read | ||
| concurrency: | ||
| group: workspace-test-${{ github.event.pull_request.number || github.ref }} | ||
| cancel-in-progress: true | ||
| jobs: | ||
| workspace-test: | ||
| uses: fil-forge/libforge/.github/workflows/go-workspace-test.yml@v1 | ||
|
Check failure on line 16 in .github/workflows/workspace-test.yml
|
||