testing workflow
Some checks failed
Test the running changes / Test (push) Failing after 2s

This commit is contained in:
2025-12-10 13:49:56 +02:00
parent 165b201c69
commit a402519688

View File

@@ -0,0 +1,23 @@
name: Test the running changes
on:
push:
branches: [ "dev" ]
#pull_request:
# branches: [ "master" ]
env:
CARGO_TERM_COLOR: always
jobs:
test:
name: Test
runs-on: rust-latest
steps:
#- run: apt-get update -y
#- uses: actions/checkout@v6
- run: git checkout dev
- run: cargo build --verbose
- run: cargo clippy -- -D warnings
- run: cargo test --verbose