Skip to content

Commit

Permalink
Created GitHub Actions workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
tfpf committed Sep 22, 2023
1 parent 6f8a7ff commit 9b19090
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/functional.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: functional

on: [push, workflow_dispatch]

jobs:
functest:
name: Functional Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: apt install build-essential
- run: ./install.sh
- run: make test

0 comments on commit 9b19090

Please sign in to comment.