Skip to content

kevinbayes testing the build succeeds. #6

kevinbayes testing the build succeeds.

kevinbayes testing the build succeeds. #6

Workflow file for this run

name: Build AgentSmith
run-name: ${{ github.actor }} testing the build succeeds.
on:
push:
branches:
- main
- develop
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build
run: cargo build --workspace --verbose
# - name: Run tests
# run: cargo test --verbose