diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml index 493d9f4..8147c51 100644 --- a/.forgejo/workflows/test.yml +++ b/.forgejo/workflows/test.yml @@ -1,4 +1,4 @@ -name: entropykey from source +name: mk from source on: push: @@ -16,14 +16,18 @@ jobs: - name: prepare source run: | pacman -Sy git go --noconfirm - git clone https://github.com/honakac/EntropyKey + git clone https://github.com/kostya-zero/mk - name: compiling run: | - cd EntropyKey - go build -o entropykey + cd mk + go build -o mk - - name: run entropykey + - name: run mk run: | - cd EntropyKey + cd mk + cat > file.txt <