Skip to content

Commit

Permalink
gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
aljazerzen committed Feb 23, 2023
1 parent 4a90cba commit 117f96a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/test-lib.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,16 @@ jobs:
steps:
- name: 📂 Checkout code
uses: actions/checkout@v3
- name: 💰 Cache
uses: Swatinem/rust-cache@v2
with:
key: ${{ inputs.target_option }}
save-if: ${{ github.ref == 'refs/heads/main' }}
- name: Build
uses: richb-hanover/cargo@v1.1.0
with:
command: build
args: --release -p prql-lib
- name: Run basic C example
working-directory: prql-lib/examples/minimal-c
run: make run

0 comments on commit 117f96a

Please sign in to comment.