remove static hash from CI
This commit is contained in:
parent
5816d571b3
commit
80fef5a01c
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -44,7 +44,7 @@ jobs:
|
||||
flags:
|
||||
- ""
|
||||
- "--features debugging"
|
||||
- "--features metadata,serde,internals,static_hash"
|
||||
- "--features metadata,serde,internals"
|
||||
- "--features unchecked,serde,metadata,internals,debugging"
|
||||
- "--features sync,serde,metadata,internals,debugging"
|
||||
- "--features no_position,serde,metadata,internals,debugging"
|
||||
@ -129,7 +129,6 @@ jobs:
|
||||
matrix:
|
||||
flags:
|
||||
- ""
|
||||
- "--features static_hash"
|
||||
include:
|
||||
- {os: ubuntu-latest, flags: "--profile unix", experimental: false}
|
||||
- {os: windows-latest, flags: "--profile windows", experimental: true}
|
||||
|
Loading…
Reference in New Issue
Block a user