Skip to content

Commit

Permalink
One job
Browse files Browse the repository at this point in the history
  • Loading branch information
jkvis committed Jul 13, 2023
1 parent 77e985d commit 6a00dec
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,12 @@
name: ci
on: [push]
jobs:
setup:
tests:
runs-on: ubuntu-latest
steps:
- run: sudo apt update
- run: sudo apt install -y valgrind
build:
needs: setup
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: gcc --version
- run: make OPTIONS=ANSI
tests:
needs: build
runs-on: ubuntu-latest
steps:
- run: valgrind --version
- run: make check
- uses: actions/checkout@v3
- run: make OPTIONS=ANSI check

0 comments on commit 6a00dec

Please sign in to comment.