okay, getting to the bottom of how it works, now should test
Main LMDBAL workfow / Archlinux (push) Successful in 33s Details

This commit is contained in:
Blue 2023-08-19 22:41:27 -03:00
parent f3242e2665
commit e3759f1dbe
Signed by: blue
GPG Key ID: 9B203B252A63EE38
2 changed files with 1 additions and 5 deletions

Binary file not shown.

View File

@ -3,7 +3,7 @@ run-name: ${{ gitea.actor }} is running LMDBAL main workflow
on: [push]
jobs:
Compile:
Archlinux:
runs-on: archlinux
steps:
- name: Check out repository code
@ -16,10 +16,6 @@ jobs:
- name: Build
working-directory: ./build
run: cmake --build .
UnitTests:
runs-on: archlinux
steps:
- name: Run tests
working-directory: ./build/test
run: ./runUnitTests