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 70027d6 commit 8462702Copy full SHA for 8462702
.github/workflows/library_dafny_verification.yml
@@ -65,11 +65,11 @@ jobs:
65
66
- name: Verify ${{ matrix.library }} Dafny code
67
if: ${{ matrix.library != 'TestVectors' }}
68
- working-directory: DynamoDbEncryption/dafny/${{ matrix.library }}
+ working-directory: ./DynamoDbEncryption
69
run: |
70
# This works because `node` is installed by default on GHA runners
71
CORES=$(node -e 'console.log(os.cpus().length)')
72
- make verify CORES=$CORES
+ make verify_service CORES=$CORES SERVICE=${{ matrix.library }}
73
74
- name: Verify TestVectors Dafny code
75
if: ${{ matrix.library == 'TestVectors' }}
0 commit comments