Compare commits

..

6 Commits

Author SHA1 Message Date
Oystein Kristoffer Tveit 2ed8025046
fix examples and documentation
Build and test / check (pull_request) Successful in 1m58s Details
Build and test / build (pull_request) Successful in 1m59s Details
Build and test / docs (pull_request) Successful in 2m44s Details
Build and test / test (pull_request) Successful in 3m19s Details
Build and test / build (push) Successful in 1m56s Details
Build and test / check (push) Successful in 1m50s Details
Build and test / docs (push) Successful in 2m45s Details
Build and test / test (push) Successful in 3m29s Details
2024-05-04 00:23:02 +02:00
Oystein Kristoffer Tveit e044246cba
fixup: fmt + clippy 2024-05-04 00:23:02 +02:00
Oystein Kristoffer Tveit f1687fe07b
add/fix more docstrings 2024-05-04 00:23:01 +02:00
Oystein Kristoffer Tveit 3a04cd14f1
restructure test directory 2024-05-04 00:23:01 +02:00
Oystein Kristoffer Tveit f50b4defc1
add some tests for event property parser 2024-05-04 00:23:01 +02:00
Oystein Kristoffer Tveit 48cbb51b77
use nextest for running tests 2024-05-04 00:23:00 +02:00
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ jobs:
uses: Swatinem/rust-cache@v2
- name: Install nextest
run: cargo binstall -y nextest
run: cargo binstall -y cargo-nextest --secure
- name: Run tests
run: |