We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a8a6e2 commit 43c4ec2Copy full SHA for 43c4ec2
.github/workflows/validation-lambdalabs.yml
@@ -41,6 +41,8 @@ jobs:
41
- name: Run LambdaLabs validation tests
42
env:
43
LAMBDALABS_API_KEY: ${{ secrets.LAMBDALABS_API_KEY }}
44
+ TEST_PRIVATE_KEY_BASE64: ${{ secrets.TEST_PRIVATE_KEY_BASE64 }}
45
+ TEST_PUBLIC_KEY_BASE64: ${{ secrets.TEST_PUBLIC_KEY_BASE64 }}
46
run: |
47
cd internal/lambdalabs
48
go test -v -short=false -timeout=30m ./...
0 commit comments