Compare commits
4 Commits
release/v1
...
master
Author | SHA1 | Date | |
---|---|---|---|
810b2f02b6 | |||
b2adb57971 | |||
903c233ca5 | |||
a902c2d41f |
|
@ -1,13 +1,9 @@
|
|||
name: test argon2 package
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- staging/*
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
- release/*
|
||||
- staging/*
|
||||
|
||||
env:
|
||||
GOPATH: /go_path
|
||||
|
|
|
@ -3,7 +3,7 @@ package argon2_test
|
|||
import (
|
||||
"testing"
|
||||
|
||||
"euphoria-laxis.fr/go-packages/argon2/v1.1.0"
|
||||
"euphoria-laxis.fr/go-packages/argon2"
|
||||
)
|
||||
|
||||
func TestDecoder(t *testing.T) {
|
||||
|
|
|
@ -3,7 +3,7 @@ package argon2_test
|
|||
import (
|
||||
"testing"
|
||||
|
||||
"euphoria-laxis.fr/go-packages/argon2/v1.1.0"
|
||||
"euphoria-laxis.fr/go-packages/argon2"
|
||||
)
|
||||
|
||||
var (
|
||||
|
|
Loading…
Reference in New Issue
Block a user