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 f37e844 commit fbe3321Copy full SHA for fbe3321
.github/workflows/dart.yml
@@ -17,6 +17,9 @@ jobs:
17
- name: Run tests (cryptography)
18
run: dart test --platform vm
19
working-directory: ./cryptography
20
+ - name: Run tests (cryptography_test)
21
+ run: dart test --platform vm
22
+ working-directory: ./cryptography_test
23
- name: Run tests (jwk)
24
25
working-directory: ./jwk
0 commit comments