This commit is contained in:
12
.gitea/workflows/run-tests.yaml
Normal file
12
.gitea/workflows/run-tests.yaml
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
name: Run tests
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
test-project:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Check out repository code
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
- uses: jiro4989/setup-nim-action@v2
|
||||||
|
- run: nimble test
|
Reference in New Issue
Block a user