Enable very rudimentary CI/CD #1

Merged
Karcsesz merged 14 commits from ci-working into master 2024-03-18 01:54:16 +01:00
Showing only changes of commit 5ee9cac916 - Show all commits

View file

@ -5,5 +5,5 @@ jobs:
runs-on: docker
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: actions/rust-toolchain@stable
- run: cargo test --all-features