Skip to content

Commit 1841472

Browse files
Merge pull request #18 from bytesonus/develop
0.1.4-beta
2 parents 3d789bd + 53a6c19 commit 1841472

File tree

15 files changed

+1131
-426
lines changed

15 files changed

+1131
-426
lines changed

.github/workflows/pr.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,12 @@ jobs:
5656
command: build
5757
args: --release --all
5858

59-
# - name: Cargo test
60-
# if: matrix.rust == 'stable'
61-
# uses: actions-rs/cargo@v1
62-
# with:
63-
# command: test
64-
# args: --release --all -- --test-threads=1
59+
- name: Cargo test
60+
if: matrix.rust == 'stable'
61+
uses: actions-rs/cargo@v1
62+
with:
63+
command: test
64+
args: --release --all -- --test-threads=1
6565

6666
- name: Cargo fmt
6767
uses: actions-rs/cargo@v1

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
/target
22
**/*.rs.bk
3-
Cargo.lock

0 commit comments

Comments
 (0)