Skip to content

Update build_and_test.yml #3

Update build_and_test.yml

Update build_and_test.yml #3

Workflow file for this run

name: Build Test Examples
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
container:
image: ollama/ollama:latest
steps:
- uses: actions/checkout@v4
- name: make
run: make -j8
# - name: test
# run: build/test