diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml index 1f4aa09..e13a726 100644 --- a/.forgejo/workflows/test.yml +++ b/.forgejo/workflows/test.yml @@ -6,7 +6,7 @@ on: - main jobs: - run-neofetch: + run-somefetch: runs-on: archlinux-latest container: image: archlinux:latest @@ -23,7 +23,7 @@ jobs: cd somefetch cargo build --release - - name: run rustyfuck + - name: run somefetch run: | cd somefetch ./target/release/somefetch \ No newline at end of file