Skip to content

Bump org.jetbrains.kotlinx:kotlinx-coroutines-core from 1.9.0 to 1.10.1 #46

Bump org.jetbrains.kotlinx:kotlinx-coroutines-core from 1.9.0 to 1.10.1

Bump org.jetbrains.kotlinx:kotlinx-coroutines-core from 1.9.0 to 1.10.1 #46

Workflow file for this run

name: Socks5 tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build the Docker image
run: docker build . --file Dockerfile --tag asyncsocket
- name: Run tests
run: docker run asyncsocket ./run_tests.sh