glsl-lexer/.forgejo/workflows/uwu.yaml
xqtc161 dbf1cad87e
Some checks failed
/ test (push) Has been cancelled
UWU UWU
2024-07-11 12:08:31 +02:00

9 lines
268 B
YAML

on: [push]
jobs:
test:
runs-on: docker
steps:
- run: apt update; apt install --yes curl wget
- run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain nightly --profile default
- run: cargo test --lib