Skip to content

Commit

Permalink
Fix release name.
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickdappollonio committed Dec 14, 2024
2 parents 8ff15b6 + f2d8ade commit 1748972
Show file tree
Hide file tree
Showing 15 changed files with 1,064 additions and 598 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Test Rust Application

on:
push:

jobs:
test:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2

- name: Setup Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true

- name: Run tests
run: cargo test
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/target
32 changes: 0 additions & 32 deletions .travis.yml

This file was deleted.

Loading

0 comments on commit 1748972

Please sign in to comment.