using cargo test --all

This commit is contained in:
XFFXFF 2022-08-22 18:09:35 +08:00
parent 4fef5b8b2c
commit dfc3ff0f80
2 changed files with 2 additions and 6 deletions

View file

@ -48,11 +48,7 @@ jobs:
- uses: actions-rs/cargo@v1 - uses: actions-rs/cargo@v1
with: with:
command: test command: test
args: --all-features --all-targets args: --all-features --all-targets --all
- uses: actions-rs/cargo@v1
with:
command: test
args: --all-features --all-targets --package salsa-2022-tests
- uses: actions-rs/cargo@v1 - uses: actions-rs/cargo@v1
with: with:
command: test command: test

View file

@ -624,7 +624,7 @@ fn parse_error() {
statements: [], statements: [],
}, },
[ [
Diagnostic { position: 10, message: "unexpected character" }, Diagnostic { start: 10, end: 11, message: "unexpected character" },
], ],
)"#]]; )"#]];
expected.assert_eq(&actual); expected.assert_eq(&actual);