Skip to content

Commit

Permalink
ci: test github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
effervescentia committed Apr 13, 2024
1 parent 68bb188 commit 3ada867
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .circleci/config.yml

This file was deleted.

26 changes: 26 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: "Test"
on:
push:
pull_request:

jobs:
test:
name: cargo test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions-rust-lang/[email protected]
- run: cargo test

# # Check formatting with rustfmt
# formatting:
# name: cargo fmt
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v4
# # Ensure rustfmt is installed and setup problem matcher
# - uses: actions-rust-lang/setup-rust-toolchain@v1
# with:
# components: rustfmt
# - name: Rustfmt Check
# uses: actions-rust-lang/rustfmt@v1

0 comments on commit 3ada867

Please sign in to comment.