.gitea/workflows/test.yaml aktualisiert

This commit is contained in:
hodasemi 2023-08-15 07:55:05 +02:00
parent 84dc85916f
commit 912ed353d1

View file

@ -11,7 +11,9 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: 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: Build - name: Build
run: cargo build run: cargo build
- name: Run tests - name: Run tests