Skip to content

Merge pull request #41 from NavAbility/25Q1/deps/uuid12 #14

Merge pull request #41 from NavAbility/25Q1/deps/uuid12

Merge pull request #41 from NavAbility/25Q1/deps/uuid12 #14

Workflow file for this run

name: CI
on:
push:
branches: [ "develop" ]
pull_request:
branches: [ "develop" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build wasm
run: make build-wasm
- name: Build tokio
run: make build-tokio
- name: Install Test Deps
run: cargo install --force cbindgen
- name: Run tests
run: |
make test-tokio
make generate-cbindgen-c
make generate-cbindgen-cpp
# make test-capi
env:
NVA_API_URL: "https://api.navability.io/graphql"