Skip to content

fix tests

fix tests #12

Workflow file for this run

name: V_crypto
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: install V
run: |
git clone https://github.com/vlang/v
cd v
make
- name: test algorithms
run: ./v/v test md4/ tea/ xtea/ cipher_/ salsa20/ ripemd160/ twofish/