Skip to content

Commit

Permalink
Merge branch 'master' into renovate/rand_chacha-0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
jwiesler authored Apr 7, 2024
2 parents ac93101 + a36b2f4 commit 120dafb
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Test

on:
push:

env:
RUSTFLAGS: -D warnings

jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
- run: cargo test

0 comments on commit 120dafb

Please sign in to comment.