Merge branch 'master' of github.com:anas-elgarhy/cmus-notify

This commit is contained in:
Anas Elgarhy 2023-02-24 03:37:02 +02:00
commit d2b44013de
No known key found for this signature in database
GPG Key ID: 0501802A1D496528
1 changed files with 22 additions and 0 deletions

22
.github/workflows/rust.yml vendored Normal file
View File

@ -0,0 +1,22 @@
name: test
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
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