Skip to content

Workflow file for this run

on:
push:
branches:
- dev
name: Tests
jobs:
test:
name: glassyPDM Rust unit tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: run test with cli
working-directory: src-tauri

Check failure on line 17 in .github/workflows/test.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/test.yml

Invalid workflow file

You have an error in your yaml syntax on line 17
run: cargo test