Skip to content

Commit

Permalink
Release v0.14 compatible with Trustfall v0.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
obi1kenobi committed Nov 17, 2023
1 parent c1beda2 commit 3b37764
Show file tree
Hide file tree
Showing 6 changed files with 49 additions and 343 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,15 +79,12 @@ jobs:
run: cargo test --no-run --all-features

# Test features individually
- name: test rustdoc v23
run: cargo test --no-default-features --features v23

- name: test rustdoc v24
run: cargo test --no-default-features --features v24

- name: test rustdoc v26
run: cargo test --no-default-features --features v26

- name: test rustdoc v27
run: cargo test --no-default-features --features v27

# Test all features at once; keep this last for caching purposes.
- name: test all features
run: cargo test --all-features
Expand Down
Loading

0 comments on commit 3b37764

Please sign in to comment.