Changeset 9634fba


Ignore:
Timestamp:
2021-03-18T11:40:49Z (3 years ago)
Author:
/ <>
Children:
2c7f522
Parents:
4c87970
Message:

how about actually installing the thing idk

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • .github/workflows/ci.yml

    r4c87970 r9634fba  
    3030        cat ./.tests/gcovflags >> Makefile.settings
    3131        make
    32         sudo ./bitlbee -F
     32        sudo make install
     33        sudo bitlbee -F
    3334
    3435    - name: jabber test
  • .tests/test1.py

    r4c87970 r9634fba  
    1212STATUSTEST = True
    1313DEFAULTTARGETTEST = True
    14 HELPTEST = False
     14HELPTEST = True
    1515SHOWLOG = False
    1616SHOWTESTLOG = True
Note: See TracChangeset for help on using the changeset viewer.