Skip to content

Commit

Permalink
added CI test for interpolation
Browse files Browse the repository at this point in the history
  • Loading branch information
TrentConley committed Jul 16, 2024
1 parent b40a9cc commit e783904
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
name: Continuous integration

on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
build-and-test:
strategy:
Expand All @@ -17,7 +27,7 @@ jobs:
- name: Install dependencies (macOS)
if: runner.os == 'macOS'
run: |
brew install cmake cxxtest julia
brew install cmake cxxtest
- name: Install dependencies (Windows)
if: runner.os == 'Windows'
Expand Down

0 comments on commit e783904

Please sign in to comment.