Skip to content

Update rust_ubuntu.yml #4

Update rust_ubuntu.yml

Update rust_ubuntu.yml #4

Workflow file for this run

name: Rust
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on:

Check failure on line 15 in .github/workflows/rust_mac.yml

View workflow run for this annotation

GitHub Actions / Rust

Invalid workflow file

The workflow is not valid. .github/workflows/rust_mac.yml (Line: 15, Col: 13): Unexpected value ''
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose