Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
oxarbitrage committed Feb 22, 2024
1 parent 1ee7f44 commit e9c9891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Run fast tests
run: stack test salsa20:test:salsa20-fast-unit-tests
- name: Run ECRYPT 128 bits key size tests
run: stack test salsa20:test:salsa20-ecrypt128-test
run: stack test salsa20:test:salsa20-ecrypt128-tests
- name: Run ECRYPT 256 bits key size tests
run: stack test salsa20:test:alsa20-ecrypt256-tests
- name: Run display tests
Expand Down

0 comments on commit e9c9891

Please sign in to comment.