Skip to content

Commit

Permalink
Revert "CI: Skip GDB integration test"
Browse files Browse the repository at this point in the history
This reverts commit bc5e794.
  • Loading branch information
mkroening committed Dec 12, 2021
1 parent 67ac113 commit 42d2f6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Install toolchain from rust-toolchain.toml
run: rustup show
- name: Integration Tests
run: cargo test --test '*' -- --skip gdb
run: cargo test --test '*'

coverage:
name: Coverage
Expand All @@ -79,7 +79,7 @@ jobs:
- name: Install cargo-llvm-cov
run: curl -LsSf https://github.com/taiki-e/cargo-llvm-cov/releases/latest/download/cargo-llvm-cov-x86_64-unknown-linux-gnu.tar.gz | tar xzf - -C ~/.cargo/bin
- name: Generate code coverage
run: cargo llvm-cov --lcov --output-path lcov.info -- --skip gdb
run: cargo llvm-cov --lcov --output-path lcov.info
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
with:
Expand Down

0 comments on commit 42d2f6a

Please sign in to comment.