Skip to content

Commit

Permalink
Fix bin name
Browse files Browse the repository at this point in the history
  • Loading branch information
scottopell committed May 13, 2024
1 parent cf93f0e commit a7356b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1.8
- run: cargo build --bin smp --release
- run: cargo build --bin lading --release
- run: |
for config in ./examples/*.yaml; do
echo "Testing with config $config"
Expand Down

0 comments on commit a7356b1

Please sign in to comment.