Skip to content

added rust test action; deprecating python action #1

added rust test action; deprecating python action

added rust test action; deprecating python action #1

Workflow file for this run

on: [push, pull_request]
on:

Check failure on line 3 in .github/workflows/rust.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/rust.yml

Invalid workflow file

You have an error in your yaml syntax on line 3
push:
branches:
- 'rust_ext'
name: General Rust Suite
jobs:
test:
name: Test Suite
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- uses: actions-rs/cargo@v1
with:
command: test