Skip to content

Commit

Permalink
Add a test target for minimal configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
lennart-augustsson-epicgames committed Jan 13, 2024
1 parent 2f2823c commit d7b6eea
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@ jobs:
- name: cabal build
run: cabal build

build-linux-micro-x86_64:
runs-on: ubuntu-latest
steps:
- name: checkout repo
uses: actions/checkout@v3
- name: make
run: make CONF=micro-64

build-macos:
runs-on: macos-latest
steps:
Expand Down

0 comments on commit d7b6eea

Please sign in to comment.