Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
privat committed Jun 24, 2024
1 parent e0aa28f commit f01a877
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,15 @@ name: Makefile CI

on:
push:
branches: [ "master", "test-ci" ]
pull_request:
branches: [ "master" ]

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: sudo apt-get update && sudo apt-get install -y build-essential ccache libgc-dev graphviz libunwind-dev libreadline-dev pkg-config
- name: Install dependencies
run: make
- name: Run check
run: make check
- run: make
- name: Run tests
run: cd tests && make some

0 comments on commit f01a877

Please sign in to comment.