Merge branch 'master' into actions_testing
Some checks failed
Gitea Actions Test / build (pull_request) Failing after 2s

This commit is contained in:
hodasemi 2023-08-15 08:25:33 +02:00
commit 116f143fc7

View file

@ -19,8 +19,10 @@ jobs:
- name: Build - name: Build
uses: actions-rs/cargo@v1 uses: actions-rs/cargo@v1
run: cargo build with:
command: build
- name: Run tests - name: Run tests
uses: actions-rs/cargo@v1 uses: actions-rs/cargo@v1
run: cargo test with:
command: test