Skip to content

Commit

Permalink
setup CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gfusee committed Nov 7, 2023
1 parent aed9d5c commit 3c61f7d
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish
name: Publish crates

on:
release:
Expand All @@ -14,6 +14,8 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Switch to Rust nightly
run: rustup default nightly
- name: Build
run: cargo build --verbose
- name: Run tests
Expand Down

0 comments on commit 3c61f7d

Please sign in to comment.