Skip to content

Commit

Permalink
Fix GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jbhannah committed Jul 8, 2024
1 parent 4a7b8e8 commit e91b4e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cargo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ name: Cargo
on:
push:
branches:
- master
- trunk
pull_request:
branches:
- master
- trunk
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- run: cargo build --verbose
- run: cargo test --verbose

0 comments on commit e91b4e1

Please sign in to comment.