Skip to content

fix integration tests #6

fix integration tests

fix integration tests #6

Workflow file for this run

on:
pull_request:
types:
- opened
push:
branches:
- main
workflow_dispatch:
inputs:
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run Go tests
run: go test ./...
- name: Run integration tests
run: |
go install
python3 tests/test_archives.py