diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml index 816f1b1..1f4aa09 100644 --- a/.forgejo/workflows/test.yml +++ b/.forgejo/workflows/test.yml @@ -1,4 +1,4 @@ -name: rustyfuck from source +name: somefetch from source on: push: @@ -16,16 +16,14 @@ jobs: - name: prepare source run: | pacman -Sy git rust --noconfirm - git clone https://github.com/OctoBanon-Main/rustyfuck + git clone https://github.com/OctoBanon-Main/somefetch - name: compiling run: | - cd rustyfuck + cd somefetch cargo build --release - name: run rustyfuck run: | - cd rustyfuck - ./target/release/rustyfuck -V - echo mandelbrot eee - ./target/release/rustyfuck examples/mandelbrot.bf \ No newline at end of file + cd somefetch + ./target/release/somefetch \ No newline at end of file