Skip to content

Commit fbe3321

Browse files
committed
Adds "cryptography_test" to tests run by Github Actions.
1 parent f37e844 commit fbe3321

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/dart.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717
- name: Run tests (cryptography)
1818
run: dart test --platform vm
1919
working-directory: ./cryptography
20+
- name: Run tests (cryptography_test)
21+
run: dart test --platform vm
22+
working-directory: ./cryptography_test
2023
- name: Run tests (jwk)
2124
run: dart test --platform vm
2225
working-directory: ./jwk

0 commit comments

Comments
 (0)