This commit is contained in:
nora 2025-03-10 20:22:54 +01:00
parent 7ee15af381
commit ae29dd0505
2 changed files with 2 additions and 1 deletions

View file

@ -1,20 +0,0 @@
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