run tests on all branches

This commit is contained in:
Joachim Lusiardi 2024-10-30 13:06:26 +01:00
parent e96660cea0
commit c429784775
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
name: publish package
on:
push:
branches-ignore:
- main
jobs:
Explore-Gitea-Actions:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: run tests
run: |
cd ${{ gitea.workspace }}
cargo test