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 10:21:13 +02:00
commit 61719b39c4

View file

@ -11,18 +11,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Install stable toolchain - uses: actions/checkout@v3
uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
- name: Build - name: Build
uses: actions-rs/cargo@v1 run: cargo build
with:
command: build
- name: Run tests
uses: actions-rs/cargo@v1
with:
command: test