workflowtest/.forgejo/workflows/test.yml
cat d61ae74e1b
Some checks failed
rustyfuck from source / run-neofetch (push) Failing after 4s
rustyfuck from source
2026-02-18 15:56:07 +03:00

30 lines
No EOL
608 B
YAML

name: rustyfuck from source
on:
push:
branches:
- main
jobs:
run-neofetch:
runs-on: archlinux-latest
container:
image: archlinux:latest
steps:
- name: prepare source
run: |
pacman -Sy git grust --noconfirm
git clone https://github.com/OctoBanon-Main/rustyfuck
- name: compiling
run: |
cd rustyfuck
cargo build --release
- name: run rustyfuck
run: |
./target/release/rustyfuck -V
echo mandelbrot eee
./target/release/rustyfuck examples/mandelbrot.bf