Skip to content

Commit a042deb

Browse files
authored
Merge pull request #13 from fdlg/fdlg/framec_tests
Add some unit tests and add some #[allow()] statements to generated code to silence warnings
2 parents 939f35b + 4ecae82 commit a042deb

File tree

13 files changed

+737
-21
lines changed

13 files changed

+737
-21
lines changed

.github/workflows/framec.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Frame Transpiler
22

33
on: push
44

5+
env:
6+
CARGO_TERM_COLOR: always
7+
58
jobs:
69
check:
710
name: Check
@@ -21,7 +24,6 @@ jobs:
2124
- uses: actions-rs/cargo@v1
2225
with:
2326
command: check
24-
args: --manifest-path framec/Cargo.toml
2527

2628
test:
2729
name: Test Suite
@@ -41,7 +43,6 @@ jobs:
4143
- uses: actions-rs/cargo@v1
4244
with:
4345
command: test
44-
args: --manifest-path framec/Cargo.toml
4546

4647
fmt:
4748
name: Rustfmt
@@ -62,5 +63,5 @@ jobs:
6263
- uses: actions-rs/cargo@v1
6364
with:
6465
command: fmt
65-
args: --manifest-path framec/Cargo.toml --all -- --check
66+
args: --all -- --check
6667

0 commit comments

Comments
 (0)