Skip to content

Commit

Permalink
add integration tests to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
DanNixon committed Dec 8, 2023
1 parent fed5a04 commit 6791932
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,12 @@ jobs:
- name: Clippy
run: nix develop --command cargo clippy --all-targets -- -D warnings

- name: Test
- name: Tests
run: nix develop --command cargo test

- name: Integration tests
run: nix develop --command cargo test -- --ignored

build:
name: Build
needs:
Expand Down

0 comments on commit 6791932

Please sign in to comment.