Compare commits

..

2 commits

Author SHA1 Message Date
16aa08d1e6 normalize edition to 2024
Some checks failed
per-push tests / build (push) Successful in 36s
per-push tests / test-frontend (push) Failing after 4s
per-push tests / timed-decomposer-parse (push) Has been skipped
per-push tests / test-utility (push) Successful in 35s
per-push tests / test-backend (push) Successful in 37s
Signed-off-by: Ava Affine <ava@sunnypup.io>
2025-07-17 15:53:07 -07:00
351258444a add forgejo CI
Some checks failed
per-push tests / build (push) Failing after 2m13s
per-push tests / test-frontend (push) Has been skipped
per-push tests / timed-decomposer-parse (push) Has been skipped
per-push tests / test-utility (push) Has been skipped
per-push tests / test-backend (push) Has been skipped
Signed-off-by: Ava Affine <ava@sunnypup.io>
2025-07-17 15:41:29 -07:00

View file

@ -31,7 +31,7 @@ jobs:
- name: checkout code
uses: actions/checkout@v4
- name: setup rust toolchain
uses: msrd0/rust-toolchain@nightly
uses: dtolnay/rust-toolchain@nightly
- name: test lexer
run: cargo test lexer
- name: test parser