Set up continuous integration in Forgejo #75

Merged
glen merged 23 commits from Vectornaut/dyna3:forgejo-ci into main 2025-04-02 20:31:42 +00:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit 17fc7265a2 - Show all commits

View file

@ -28,4 +28,6 @@ jobs:
- uses: https://code.forgejo.org/actions/checkout@v4
- uses: ./.forgejo/setup-trunk
- run: pwd
- run: ls
- run: RUSTFLAGS='-D warnings' cargo test

View file

@ -1,4 +1,3 @@
compile_error!("does not compute");
mod add_remove;
mod assembly;
mod display;