Adding gitlab action for test purposes.
Build Release / build (push) Failing after 39s

This commit is contained in:
2026-06-30 03:18:49 +02:00
parent ab7ba83428
commit 379a992421
+20
View File
@@ -0,0 +1,20 @@
name: Build Release
on:
push:
branches: [ myaster ]
pull_request:
branches: [ myaster ]
jobs:
build:
runs-on: rust-slim-trixie
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Build and test
run: cargo test --all-features
- name: Check formatting
run: cargo fmt --check