Skip to content

Commit

Permalink
Merge pull request #6 from RandyMcMillan/2030/845644/332536/6584504/7…
Browse files Browse the repository at this point in the history
…d0842c

.github/workflows/rust.yml:build and test
  • Loading branch information
i5hi authored May 30, 2024
2 parents b9f5c4f + 5dd0dbd commit 91ce2d6
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Rust

on:
push:
branches: [ "trunk" ]
pull_request:
branches: [ "trunk" ]

env:
CARGO_TERM_COLOR: always

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose

0 comments on commit 91ce2d6

Please sign in to comment.