mirror of https://github.com/aminya/setup-cpp.git
test: do not remove apt-fast
This commit is contained in:
parent
9b5350fb6e
commit
c9348d3629
|
|
@ -12,9 +12,4 @@ describe("setup-apt-fast", () => {
|
|||
const installInfo = await setupAptFast()
|
||||
await testBin("apt-fast", ["--version"], installInfo?.binDir)
|
||||
})
|
||||
|
||||
afterAll(() => {
|
||||
// remove apt-fast to run the rest of the tests with apt-get
|
||||
execRootSync("apt-get", ["remove", "-y", "apt-fast"])
|
||||
})
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in New Issue