glsl-lexer/.forgejo/workflows/uwu.yaml
xqtc161 85d3b85823
Some checks failed
Run Cargo Tests / test (push) Failing after 8s
stoopid pt.2
2024-07-11 12:29:23 +02:00

28 lines
474 B
YAML

name: Run Cargo Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: docker
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up Docker container
uses: addnab/docker-run-action@v3
with:
image: rust:latest
options: -v ${{ github.workspace }}:/workspace
run: |
cd /workspace
cargo test --lib