glsl-lexer/.forgejo/workflows/uwu.yaml
xqtc161 262504b8e5
Some checks failed
/ test (push) Failing after 1m6s
Sog. DevOps
2024-07-11 12:15:21 +02:00

11 lines
322 B
YAML

on: [push]
jobs:
test:
runs-on: docker
image: rust:1.67
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 -y
- run: $HOME/.cargo/env
- run: cargo test --lib