Skip to content

Be able to edit login.c #3

Be able to edit login.c

Be able to edit login.c #3

Workflow file for this run

name: build and run tests
on:
push:
branches: [ mob ]
jobs:
test-x86_64-linux:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: make & test tcc
run: ./configure && make && make test -k