Skip to content

Bump zerovec-derive from 0.10.2 to 0.10.3 #10

Bump zerovec-derive from 0.10.2 to 0.10.3

Bump zerovec-derive from 0.10.2 to 0.10.3 #10

Workflow file for this run

name: ICP Integration tests
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_dispatch:
env:
CARGO_TERM_COLOR: always
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: bash scripts/install-dependencies.sh
- name: Run tests
run: make test