glsl-lexer/.forgejo/workflows/uwu.yaml

9 lines
268 B
YAML
Raw Normal View History

2024-07-11 12:03:42 +02:00
on: [push]
jobs:
test:
runs-on: docker
steps:
2024-07-11 12:08:31 +02:00
- 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