Change #12

Merged
hodasemi merged 10 commits from actions_testing into master 2023-08-15 09:34:30 +00:00
Showing only changes of commit 61719b39c4 - Show all commits

View file

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