okay, getting to the bottom of how it works, now should test
All checks were successful
Main LMDBAL workfow / Archlinux (push) Successful in 33s
All checks were successful
Main LMDBAL workfow / Archlinux (push) Successful in 33s
This commit is contained in:
parent
f3242e2665
commit
e3759f1dbe
Binary file not shown.
@ -3,7 +3,7 @@ run-name: ${{ gitea.actor }} is running LMDBAL main workflow
|
|||||||
on: [push]
|
on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Compile:
|
Archlinux:
|
||||||
runs-on: archlinux
|
runs-on: archlinux
|
||||||
steps:
|
steps:
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
@ -16,10 +16,6 @@ jobs:
|
|||||||
- name: Build
|
- name: Build
|
||||||
working-directory: ./build
|
working-directory: ./build
|
||||||
run: cmake --build .
|
run: cmake --build .
|
||||||
|
|
||||||
UnitTests:
|
|
||||||
runs-on: archlinux
|
|
||||||
steps:
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
working-directory: ./build/test
|
working-directory: ./build/test
|
||||||
run: ./runUnitTests
|
run: ./runUnitTests
|
||||||
|
Loading…
Reference in New Issue
Block a user