remove experimental construction

This commit is contained in:
yggverse 2025-07-06 23:43:03 +03:00
parent ebec6b30a2
commit 0a7793fcf2

View file

@ -17,10 +17,6 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
name: Update packages
run: sudo apt update
name: Update cargo
run: cargo update
- name: Run rustfmt - name: Run rustfmt
run: cargo fmt --all -- --check run: cargo fmt --all -- --check
- name: Run clippy - name: Run clippy