Merge branch 'master' into actions_testing
Some checks failed
Gitea Actions Test / build (pull_request) Failing after 1s
Some checks failed
Gitea Actions Test / build (pull_request) Failing after 1s
This commit is contained in:
commit
4887486f19
1 changed files with 9 additions and 3 deletions
|
@ -11,10 +11,16 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- run: echo " The job was automatically triggered by a ${{ gitea.event_name }} event."
|
||||
- run: echo " This job is now running on a ${{ runner.os }} server hosted by Gitea!"
|
||||
- run: echo " The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."
|
||||
- name: Install stable toolchain
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: stable
|
||||
override: true
|
||||
|
||||
- name: Build
|
||||
uses: actions-rs/cargo@v1
|
||||
run: cargo build
|
||||
|
||||
- name: Run tests
|
||||
uses: actions-rs/cargo@v1
|
||||
run: cargo test
|
Loading…
Reference in a new issue