glsl-lexer/.forgejo/workflows/uwu.yaml
xqtc161 436ec9ec57
Some checks failed
/ build (push) Failing after 1m10s
awawawawaawawwa
2024-07-11 14:56:16 +02:00

27 lines
527 B
YAML

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install toolchain
run: |
apt update
apt install --yes curl
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain nightly --profile default -y
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose