Skip to content

Commit

Permalink
chore: sciter-serde testing is disabled.
Browse files Browse the repository at this point in the history
Because it always uses a published version, so what's the point?
Although, it'd be useful to test serde against the local version instead.
  • Loading branch information
pravic committed Apr 22, 2021
1 parent 493d363 commit e9fc660
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
3 changes: 0 additions & 3 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,3 @@ test_script:

- cargo test -p sciter-rs %FEATURES%
- cargo test -p sciter-rs %FEATURES% --release

- cargo test -p sciter-serde %FEATURES%
- cargo test -p sciter-serde %FEATURES% --release
1 change: 0 additions & 1 deletion .github/workflows/cargo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ jobs:
export PATH="$PATH:$SCITER_DEPS"
cargo run --example first
cargo test -p sciter-rs
cargo test -p sciter-serde
env:
SCITER_DEPS: ${{ runner.workspace }}

Expand Down
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,4 @@ script:
- cargo test -p sciter-rs
- cargo test -p sciter-rs --release

- cargo test -p sciter-serde
- cargo test -p sciter-serde --release

after_script: set +e

0 comments on commit e9fc660

Please sign in to comment.