Compare commits

..

6 Commits

Author SHA1 Message Date
Oystein Kristoffer Tveit 1c75a7cedb
fix examples and documentation
Build and test / build (pull_request) Successful in 1m57s Details
Build and test / check (pull_request) Successful in 1m57s Details
Build and test / test (pull_request) Failing after 2m0s Details
Build and test / docs (pull_request) Successful in 2m56s Details
2024-05-04 00:16:49 +02:00
Oystein Kristoffer Tveit 896971c50f
fixup: fmt + clippy 2024-05-04 00:16:49 +02:00
Oystein Kristoffer Tveit ae48915a72
add/fix more docstrings 2024-05-04 00:16:48 +02:00
Oystein Kristoffer Tveit cb1aadf009
restructure test directory 2024-05-04 00:16:48 +02:00
Oystein Kristoffer Tveit bce00f5e79
add some tests for event property parser 2024-05-04 00:16:47 +02:00
Oystein Kristoffer Tveit 981592b158
use nextest for running tests 2024-05-04 00:16:47 +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 cargo-nextest --secure
run: cargo binstall -y nextest
- name: Run tests
run: |