Skip to content

Commit

Permalink
initial ci commit
Browse files Browse the repository at this point in the history
  • Loading branch information
nlgripto committed May 7, 2024
1 parent b3854b5 commit 1c306dd
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: "Build, check, test, release"
on:
push:
branches:
- 'agave-v2.0'
pull_request:

jobs:
test:
name: cargo check + test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1
- run: cargo check && cargo test && make build

0 comments on commit 1c306dd

Please sign in to comment.