Skip to content

Commit

Permalink
Merge pull request #2 from stevent-team/dev
Browse files Browse the repository at this point in the history
v1
  • Loading branch information
GRA0007 committed Dec 20, 2023
2 parents d0b26f8 + cd7f20c commit 76dfa32
Show file tree
Hide file tree
Showing 13 changed files with 3,116 additions and 167 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ jobs:

steps:
- uses: actions/checkout@v3
- run: cargo clippy
- run: cargo clippy --all-features

test:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- run: cargo test
- run: cargo test --all-features
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"rust-analyzer.cargo.features": ["server"]
}
Loading

0 comments on commit 76dfa32

Please sign in to comment.