Skip to content

Commit 56d9528

Browse files
authored
Merge pull request #3 from bitshifter/tests
Adds some simple tests
2 parents 53a444e + b9be3ef commit 56d9528

11 files changed

Lines changed: 802 additions & 351 deletions

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: cargo fmt -- --check --color always
2121
- name: clippy
2222
run: cargo clippy --no-deps
23-
- name: build
24-
run: cargo build
25-
# - name: test
26-
# run: cargo test
23+
- name: check
24+
run: cargo check
25+
- name: test
26+
run: cargo test

0 commit comments

Comments
 (0)