Skip to content

Fix testing with Bazel #42

Fix testing with Bazel

Fix testing with Bazel #42

Workflow file for this run

name: Test and Build
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
Test:
runs-on: macos-12
steps:
- uses: actions/checkout@v3
- name: Build the cli
run: swift build --target MachOReaderCLI
- name: Run tests
run: swift test