Skip to content

Commit

Permalink
Add a test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
RedDaedalus committed Apr 5, 2024
1 parent a7bb449 commit 162e93c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
on: push

env:
CARGO_TERM_COLOR: always

jobs:
test:
name: TweetBoat - latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: cargo build --verbose
- run: cargo test --verbose

0 comments on commit 162e93c

Please sign in to comment.