这是indexloc提供的服务,不要输入任何密码
Skip to content

add integration tests #47

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 15 commits into from
Apr 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ on:
pull_request:

jobs:
unit_tests:
name: Unit Tests
tests:
name: Tests
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
Expand All @@ -32,3 +32,6 @@ jobs:

- name: audit for reported security problems 🔨
run: nix build .#checks.x86_64-linux.audit --print-build-logs

- name: run integration tests 📋
run: nix develop --command just test-integration
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@ target/

# Ignore arion temporary files
.tmp*

# Ignore snapshot diffs from the Rust insta test framework
*.snap.new
Loading