Add CI to repository #80

Merged
wojtek merged 7 commits from 77---add-ci-to-repository into main 2024-01-06 11:14:30 +01:00
Showing only changes of commit 418297a709 - Show all commits

View File

@ -12,8 +12,8 @@ env:
jobs:
build_and_test:
name: Build and Test
container: docker.io/drrobot/musichoard-ci:latest
container: docker.io/drrobot/musichoard-ci:rust-1.75
steps:
- uses: actions/checkout@v3
- run: cargo build --verbose --all-features --all-targets
- run: cargo test --verbose --all-features --all-targets
- run: cargo test --verbose --all-features --lib --bins