Skip to content

Commit 8462702

Browse files
committed
fix
1 parent 70027d6 commit 8462702

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/library_dafny_verification.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,11 @@ jobs:
6565

6666
- name: Verify ${{ matrix.library }} Dafny code
6767
if: ${{ matrix.library != 'TestVectors' }}
68-
working-directory: DynamoDbEncryption/dafny/${{ matrix.library }}
68+
working-directory: ./DynamoDbEncryption
6969
run: |
7070
# This works because `node` is installed by default on GHA runners
7171
CORES=$(node -e 'console.log(os.cpus().length)')
72-
make verify CORES=$CORES
72+
make verify_service CORES=$CORES SERVICE=${{ matrix.library }}
7373
7474
- name: Verify TestVectors Dafny code
7575
if: ${{ matrix.library == 'TestVectors' }}

0 commit comments

Comments
 (0)