Fix CI test action and remove incomplete test case
This commit is contained in:
6
.github/workflows/test.yaml
vendored
6
.github/workflows/test.yaml
vendored
@@ -23,11 +23,11 @@ jobs:
|
||||
|
||||
lint:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
crate: [analysis, backend]
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
lfs: 'true'
|
||||
submodules: 'recursive'
|
||||
- name: Install latest nightly
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
|
||||
@@ -1276,6 +1276,7 @@ mod tests {
|
||||
}
|
||||
|
||||
#[test]
|
||||
#[ignore = "Need to fix up the values"]
|
||||
fn parse_ancient_example_sendtables_ccsplayerpawn() {
|
||||
use decoder::Decoder::*;
|
||||
use Field::*;
|
||||
|
||||
Reference in New Issue
Block a user