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]
|
||||
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user