Create c.yml

This commit is contained in:
Rose Apollo 2023-05-11 21:40:12 +01:00 committed by GitHub
parent 8e37b9b293
commit cedaf5890a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

19
.github/workflows/c.yml vendored Normal file
View File

@ -0,0 +1,19 @@
name: C/C++ CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: make test
run: make test
- name: make stress
run: make stress