Skip to content

update test workflow #24

update test workflow

update test workflow #24

Workflow file for this run

name: Tests
on: [push]
jobs:
build:
name: Integration tests
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: swift-actions/setup-swift@v2
with:
swift-version: "5.10"
- name: Prepare test build
run: swift build
- name: Run tests
run: ./Tests/integration_tests.sh .build/debug/progressline