ci: Replace travic ci with github

This commit is contained in:
Amber Sprenkels
2025-10-26 11:01:05 +01:00
parent 330c924c71
commit ee19b2dff1
2 changed files with 23 additions and 6 deletions

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

@@ -0,0 +1,23 @@
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@v4
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose

View File

@@ -1,6 +0,0 @@
language: rust
rust:
- stable
- beta
- nightly
- 1.44.0 # minimum supported version