Renamed workflow file and edited README

This commit is contained in:
CosminPerRam 2022-11-25 19:25:47 +02:00
parent 0e1ca4304b
commit 4c7cecb5c3
2 changed files with 3 additions and 1 deletions

View file

@ -1,21 +0,0 @@
name: Rust
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose