2
0
mirror of https://github.com/openkmip/pykmip synced 2025-12-25 20:53:23 +00:00

Make unit tests use default config

This commit is contained in:
justin-h-loi
2023-08-15 16:14:55 -04:00
committed by arp102
parent bfa3c01893
commit 084fbcdb61
4 changed files with 4 additions and 23 deletions

View File

@@ -10,6 +10,7 @@ jobs:
build:
runs-on: ${{ matrix.os }}
env:
UNITTEST: ${{ true }}
TOXENV: ${{ matrix.test }}
RUN_INTEGRATION_TESTS: ${{ matrix.test_number}}
steps:

View File

@@ -1,21 +0,0 @@
name: "Run Travis.yml"
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
name: test
runs-on: ubuntu-latest
steps:
- name: Run .travis.yml build script
uses: ktomk/run-travis-yml@v1.8.1
with:
file: .travis.yml
steps: |
install
script
allow-failure: false