Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kornelski committed Dec 26, 2024
1 parent 8c85531 commit 615d382
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Rust

on: [push, pull_request]

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: dtolnay/rust-toolchain@stable
- uses: ilammy/setup-nasm@v1
- name: Tests
run: cargo test --verbose --all --all-targets
- name: Check semver
uses: obi1kenobi/cargo-semver-checks-action@v2
with:
package: ravif

0 comments on commit 615d382

Please sign in to comment.