Skip to content

Commit 47647b9

Browse files
committed
Enable test workflow for pull requests
1 parent 86aad55 commit 47647b9

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
branches:
66
- main
77

8+
pull_request:
9+
branches:
10+
- main
11+
812
jobs:
913
build:
1014
runs-on: ubuntu-latest

src/tests/fixed_str_tests.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,6 @@ mod std {
8989

9090
#[cfg(feature = "serde")]
9191
mod serde_tests {
92-
use serde_json::Value;
93-
9492
use crate::FStr24;
9593

9694
#[test]

0 commit comments

Comments
 (0)