Skip to content

try to make CI work #151

try to make CI work

try to make CI work #151

Workflow file for this run

name: Rust
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose --release
- name: Run tests
run: cargo build
run: cargo test --bin rsbkb --verbose

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

View workflow run for this annotation

GitHub Actions / Rust

Invalid workflow file

The workflow is not valid. .github/workflows/rust.yml (Line: 16, Col: 7): 'run' is already defined
- uses: actions/upload-artifact@v3
with:
name: rsbkb-linux64-${{ github.sha }}
path: target/release/rsbkb