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 50771d8c28 - Show all commits

View file

@ -2,7 +2,7 @@ on: [push]
jobs:
test:
name: cargo test
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/rust-toolchain@stable